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:
parent
8ee47e4a15
commit
1839a807ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue