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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/modes.texi
Date: Sat, 21 May 2005 18:24:05 -0400

Index: emacs/lispref/modes.texi
diff -c emacs/lispref/modes.texi:1.107 emacs/lispref/modes.texi:1.108
*** emacs/lispref/modes.texi:1.107      Thu May 19 23:35:18 2005
--- emacs/lispref/modes.texi    Sat May 21 22:24:04 2005
***************
*** 1032,1040 ****
  are evaluated.  The following keywords are currently supported:
  
  @table @code
- @item :group
- If this is specified, it is the customization group for this mode.
- 
  @item :syntax-table
  You can use this to explicitly specify a syntax table for the new
  mode.  If you specify a @code{nil} value, the new mode uses the same
--- 1032,1037 ----
***************
*** 1049,1054 ****
--- 1046,1058 ----
  abbrev table as @var{parent}, or @code{fundamental-mode-abbrev-table}
  if @var{parent} is @code{nil}.  (Again, a @code{nil} value is
  @emph{not} equivalent to not specifying this keyword.)
+ 
+ @item :group
+ If this is specified, the value should be the customization group for
+ this mode.  (Not all major modes have one.)  Only the (still
+ experimental and unadvertised) command @code{customize-mode} currently
+ uses this.  @code{define-derived-mode} does @emph{not} automatically
+ define the specified customization group.
  @end table
  
  Here is a hypothetical example:




reply via email to

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