]> git.eshelyaron.com Git - emacs.git/commitdiff
(hook): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 22:37:30 +0000 (22:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 22:37:30 +0000 (22:37 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index e5742663d942fef527917cb9b99c14103048e89a..62c08150d750a1a9409ecb1928fdd969e6597cdb 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/ja-dic-cnv.el (skkdic-convert):
+       * cus-edit.el (hook): Fix typo in docstring.
+
 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * cus-edit.el (custom-mode-map): Move defvar above code using it.
index 26d44ee3c3f7031c50a5c756bc074d49336c7a54..af4cc43daec1a7f9c2d40a30d664eeeaefa6382b 100644 (file)
@@ -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)