summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:49:18 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:49:18 +0000
commit1839a807ffafdfd78d8b734a900d6a93157f6862 (patch)
tree8ebc3e958113a0da828cb2c02640de3675423ca2 /lisp/cus-edit.el
parent8ee47e4a15b38e21650398c30da79749f844ca65 (diff)
downloademacs-1839a807ffafdfd78d8b734a900d6a93157f6862.tar.gz
(hook): Fix typo in docstring.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index c70284f4455..624b657159a 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -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)