]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/modes.texi
Update docs for `customize-mode'
[gnu-emacs] / doc / lispref / modes.texi
index 4c96e63bd7bf816fce166034caa626d54d5005b5..32baa27147bf50a3c64111389b5ecbb6c8356c3b 100644 (file)
@@ -794,10 +794,9 @@ if @var{parent} is @code{nil}.  (Again, a @code{nil} value is
 
 @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.
+this mode.  (Not all major modes have one.)  The command
+@code{customize-mode} uses this.  @code{define-derived-mode} does
+@emph{not} automatically define the specified customization group.
 @end table
 
 Here is a hypothetical example: