1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(checkdoc-minor-mode-string): New.

(checkdoc-minor-mode): Allow user to specify lighter via
checkdoc-minor-mode-string.
This commit is contained in:
Glenn Morris 2007-09-06 05:19:23 +00:00
parent f657c21b5a
commit b92317dc01

View File

@ -199,6 +199,12 @@
:group 'lisp
:version "20.3")
(defcustom checkdoc-minor-mode-string " CDoc"
"*String to display in mode line when Checkdoc mode is enabled; nil for none."
:type '(choice string (const :tag "None" nil))
:group 'checkdoc
:version "23.1")
(defcustom checkdoc-autofix-flag 'semiautomatic
"Non-nil means attempt auto-fixing of doc strings.
If this value is the symbol `query', then the user is queried before
@ -1251,7 +1257,7 @@ bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-c
checking of documentation strings.
\\{checkdoc-minor-mode-map}"
nil " CDoc" nil
nil checkdoc-minor-mode-string nil
:group 'checkdoc)
;;; Subst utils