From 665a035ee2def7f004f99dae0ff5580a122446ba Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 30 Oct 2015 03:23:40 +0100 Subject: [PATCH] ; lisp/help-fns.el: Fix typos in comments --- lisp/help-fns.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index f7d05a4bf79..958a0754946 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) -- 2.39.5