# HG changeset patch # User Lute Kamstra # Date 1114524954 0 # Node ID d60a6aee7c8d79452b5953ea392dbb0ff21dd251 # Parent 330b0fc9b83d9c613bdff2aa95c9d641585246c2 (define-minor-mode): Fix docstring. diff -r 330b0fc9b83d -r d60a6aee7c8d lisp/emacs-lisp/easy-mmode.el --- 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.