(checkdoc-minor-mode): Define it with define-minor-mode.
This commit is contained in:
parent
4562c2e45f
commit
b7f30cf569
2 changed files with 9 additions and 1 deletions
|
@ -1185,7 +1185,7 @@ generating a buffered list of errors."
|
|||
;; What is it?
|
||||
|
||||
;;;###autoload
|
||||
(easy-mmode-define-minor-mode checkdoc-minor-mode
|
||||
(define-minor-mode checkdoc-minor-mode
|
||||
"Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.
|
||||
With prefix ARG, turn Checkdoc minor mode on iff ARG is positive.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue