From 1839a807ffafdfd78d8b734a900d6a93157f6862 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:49:18 +0000 Subject: [PATCH] (hook): Fix typo in docstring. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5