1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(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

@ -1,3 +1,11 @@
2002-05-12 Markus Rost <rost@math.ohio-state.edu>
* emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
define-minor-mode.
* emacs-lisp/find-func.el (find-function-search-for-symbol):
Handle more whitespace/newline combinations in symbol definitions.
2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
* w32-vars.el (w32)

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.