(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)