]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/modes.texi
Replace eldoc-documentation-function with a hook
[gnu-emacs] / doc / lispref / modes.texi
index 1285c1c69e65fc28e11fddc7c82d6913fe36f229..3dbfed06e2e6ed35a218bc87eccd92fbdbe1eb3d 100644 (file)
@@ -417,7 +417,7 @@ variable @code{imenu-generic-expression}, for the two variables
 
 @item
 The mode can specify a local value for
-@code{eldoc-documentation-function} to tell ElDoc mode how to handle
+@code{eldoc-documentation-functions} to tell ElDoc mode how to handle
 this mode.
 
 @item
@@ -799,10 +799,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.
 
 @item :after-hook
 This optional keyword specifies a single Lisp form to evaluate as the