diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:49:18 +0000 | 
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:49:18 +0000 | 
| commit | 1839a807ffafdfd78d8b734a900d6a93157f6862 (patch) | |
| tree | 8ebc3e958113a0da828cb2c02640de3675423ca2 | |
| parent | 8ee47e4a15b38e21650398c30da79749f844ca65 (diff) | |
| download | emacs-1839a807ffafdfd78d8b734a900d6a93157f6862.tar.gz | |
(hook): Fix typo in docstring.
| -rw-r--r-- | lisp/cus-edit.el | 2 | 
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) | 
