* emacs-lisp-intro.texi (defcustom): Fix typo.

This commit is contained in:
Glenn Morris 2013-03-02 18:37:26 -08:00
parent 2d7d23256f
commit cfe1c0af97
2 changed files with 2 additions and 1 deletions

View 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>

View 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