emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easy-mmode.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easy-mmode.el
Date: Tue, 26 Apr 2005 10:15:54 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]