From: Juanma Barranquero Date: Mon, 6 Nov 2006 22:37:30 +0000 (+0000) Subject: (hook): Fix typos in docstring. X-Git-Tag: emacs-pretest-22.0.91~239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8c9333c69c41cb5605d32d86ef6fa24a8b7afc5;p=emacs.git (hook): Fix typos in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e5742663d94..62c08150d75 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-11-06 Juanma Barranquero + + * international/ja-dic-cnv.el (skkdic-convert): + * cus-edit.el (hook): Fix typo in docstring. + 2006-11-06 Chong Yidong * cus-edit.el (custom-mode-map): Move defvar above code using it. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 26d44ee3c3f..af4cc43daec 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3664,7 +3664,7 @@ restoring it to the state of a face that has never been customized." ;;; The `hook' Widget. (define-widget 'hook 'list - "An emacs lisp hook." + "An Emacs Lisp hook." :value-to-internal (lambda (widget value) (if (and value (symbolp value)) (list value) @@ -4304,7 +4304,7 @@ This function does not save the buffer." (eq (get symbol 'force-value) 'rogue)))) (comment (get symbol 'saved-variable-comment))) - ;; Check REQUESTS for validity. + ;; Check REQUESTS for validity. (dolist (request requests) (when (and (symbolp request) (not (featurep request))) (message "Unknown requested feature: %s" request)