* emacs-lisp-intro.texi (defcustom): Fix typo.
This commit is contained in:
parent
2d7d23256f
commit
cfe1c0af97
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue