emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 665a035: ; lisp/help-fns.el: Fix typos in comments


From: Juanma Barranquero
Subject: [Emacs-diffs] master 665a035: ; lisp/help-fns.el: Fix typos in comments
Date: Fri, 30 Oct 2015 02:24:40 +0000

branch: master
commit 665a035ee2def7f004f99dae0ff5580a122446ba
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    ; lisp/help-fns.el: Fix typos in comments
---
 lisp/help-fns.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index f7d05a4..958a075 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]