]> git.eshelyaron.com Git - emacs.git/commitdiff
; lisp/help-fns.el: Fix typos in comments
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Oct 2015 02:23:40 +0000 (03:23 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Oct 2015 02:24:14 +0000 (03:24 +0100)
lisp/help-fns.el

index f7d05a4bf79d654a272437383c1109e9720b69c9..958a075494699732d886bdaba7d955a5bd4abf7f 100644 (file)
@@ -624,7 +624,7 @@ FILE is the file where FUNCTION was probably defined."
             (run-hook-with-args 'help-fns-describe-function-functions function)
             (insert "\n"
                     (or doc "Not documented."))
-            ;; Avoid asking the user annoyng questions if she decides
+            ;; Avoid asking the user annoying questions if she decides
             ;; to save the help buffer, when her locale's codeset
             ;; isn't UTF-8.
             (unless (memq text-quoting-style '(straight grave))
@@ -973,7 +973,7 @@ file-local variable.\n")
                    (re-search-backward
                     (concat "\\(" customize-label "\\)") nil t)
                    (help-xref-button 1 'help-customize-variable variable))))
-             ;; Note variable's version or package version
+             ;; Note variable's version or package version.
              (let ((output (describe-variable-custom-version-info variable)))
                (when output
                  (terpri)