1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(hook): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2006-11-06 02:49:18 +00:00
parent 8ee47e4a15
commit 1839a807ff

View file

@ -3631,7 +3631,7 @@ restoring it to the state of a face that has never been customized."
;;; The `hook' Widget.
(define-widget 'hook 'list
"A emacs lisp hook"
"An emacs lisp hook."
:value-to-internal (lambda (widget value)
(if (and value (symbolp value))
(list value)