Index: emacs/lisp/emacs-lisp/easy-mmode.el
diff -c emacs/lisp/emacs-lisp/easy-mmode.el:1.58
emacs/lisp/emacs-lisp/easy-mmode.el:1.59
*** emacs/lisp/emacs-lisp/easy-mmode.el:1.58 Tue Apr 5 14:45:41 2005
--- emacs/lisp/emacs-lisp/easy-mmode.el Tue Apr 26 14:15:54 2005
***************
*** 95,102 ****
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.)
: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.
--- 95,102 ----
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\".
! 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.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs