1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* 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

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