* emacs-lisp-intro.texi (defcustom): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Mar 2013 02:37:26 +0000 (18:37 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Mar 2013 02:37:26 +0000 (18:37 -0800)
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index 09be1b8..9396a3e 100644 (file)
@@ -1,6 +1,7 @@
 2013-03-03  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Digression into C): Update example.
+       (defcustom): Fix typo.
 
 2012-12-22  Glenn Morris  <rgm@gnu.org>
 
index 61e3154..d62a21f 100644 (file)
@@ -16992,7 +16992,7 @@ For example, the customizable user option variable
   "Normal hook run when entering Text mode and many related modes."
   :type 'hook
   :options '(turn-on-auto-fill flyspell-mode)
-  :group 'data)
+  :group 'wp)
 @end group
 @end smallexample