]> code.delx.au - gnu-emacs/commitdiff
* 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 09be1b86c7e39e94ad0711cc4bc6d16a316bbd07..9396a3ec5e2e41b6a7b18e1050a20cccefa788cf 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 61e3154baa4cbb26c4a4ef16fc644050b53e600a..d62a21f1fe6f5cbf98f7b776a62a40f76eb7397d 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