]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-minor-mode): Fix docstring.
authorLute Kamstra <lute@gnu.org>
Tue, 26 Apr 2005 14:17:51 +0000 (14:17 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 26 Apr 2005 14:17:51 +0000 (14:17 +0000)
lisp/ChangeLog
lisp/emacs-lisp/easy-mmode.el

index 547a03aac22a9745a3c59d8b6b1eaa916f32ee59..34a54165692bc3acd3a36154b34b174272fd387b 100644 (file)
 
 2005-04-26  Lute Kamstra  <lute@gnu.org>
 
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
+
+       * font-lock.el (font-lock-fontify-region-function): Fix docstring.
+       (font-lock-comment-delimiter-face): Ditto.
+
        * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
 
 2005-04-25  Jay Belanger  <belanger@truman.edu>
index 01935c9d5e8c8678f17fef4199a1385325ea85f6..831ffb2d5763a6e7636a8c35bd950e7de2111451 100644 (file)
@@ -95,8 +95,8 @@ BODY contains code that will be executed each time the mode is (dis)activated.
   will be passed to `defcustom' if the minor mode is global):
 :group GROUP   Custom group name to use in all generated `defcustom' forms.
                Defaults to MODE without the possible trailing \"-mode\".
-               (This default may not be a valid customization group defined
-               with `defgroup'.  Make sure it is.)
+               Don't use this default group name unless you have written a
+               `defgroup' to define that group properly.
 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
                buffer-local, so don't make the variable MODE buffer-local.
                By default, the mode is buffer-local.