changeset 61861:d60a6aee7c8d

(define-minor-mode): Fix docstring.
author Lute Kamstra <lute@gnu.org>
date Tue, 26 Apr 2005 14:15:54 +0000
parents 330b0fc9b83d
children 30109b37b466
files lisp/emacs-lisp/easy-mmode.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/easy-mmode.el	Tue Apr 26 14:14:42 2005 +0000
+++ b/lisp/emacs-lisp/easy-mmode.el	Tue Apr 26 14:15:54 2005 +0000
@@ -95,8 +95,8 @@
   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.