aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:49:18 +0000
committerJuanma Barranquero2006-11-06 02:49:18 +0000
commit1839a807ffafdfd78d8b734a900d6a93157f6862 (patch)
tree8ebc3e958113a0da828cb2c02640de3675423ca2
parent8ee47e4a15b38e21650398c30da79749f844ca65 (diff)
downloademacs-1839a807ffafdfd78d8b734a900d6a93157f6862.tar.gz
emacs-1839a807ffafdfd78d8b734a900d6a93157f6862.zip
(hook): Fix typo in docstring.
-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."
3631;;; The `hook' Widget. 3631;;; The `hook' Widget.
3632 3632
3633(define-widget 'hook 'list 3633(define-widget 'hook 'list
3634 "A emacs lisp hook" 3634 "An emacs lisp hook."
3635 :value-to-internal (lambda (widget value) 3635 :value-to-internal (lambda (widget value)
3636 (if (and value (symbolp value)) 3636 (if (and value (symbolp value))
3637 (list value) 3637 (list value)