emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/modes.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Tue, 05 Apr 2005 11:21:56 -0400

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.93 emacs/lispref/modes.texi:1.94
*** emacs/lispref/modes.texi:1.93       Mon Mar 28 02:41:36 2005
--- emacs/lispref/modes.texi    Tue Apr  5 15:21:56 2005
***************
*** 1127,1132 ****
--- 1127,1138 ----
  corresponding values.  A few keywords have special meanings:
  
  @table @code
+ @item :group @var{group}
+ Custom group name to use in all generated @code{defcustom} forms.
+ Defaults to @var{mode} without the possible trailing @samp{-mode}.  Be
+ aware that this default may not be a valid customization group defined
+ with @code{defgroup}.  Please make sure it is.
+ 
  @item :global @var{global}
  If address@hidden specifies that the minor mode should be global.
  By default, minor modes are buffer-local.




reply via email to

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