(checkdoc-minor-mode): Define it with define-minor-mode.

This commit is contained in:
Markus Rost 2002-05-12 19:08:48 +00:00
parent 4562c2e45f
commit b7f30cf569
2 changed files with 9 additions and 1 deletions

View file

@ -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.