diff options
| author | Juanma Barranquero | 2015-10-30 03:23:40 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2015-10-30 03:24:14 +0100 |
| commit | 665a035ee2def7f004f99dae0ff5580a122446ba (patch) | |
| tree | 439f5c25117d4e41080d88e7e94363b3cd4f4793 | |
| parent | 83a04da79dfb8c3c36062d092e21a706d2e49b42 (diff) | |
| download | emacs-665a035ee2def7f004f99dae0ff5580a122446ba.tar.gz emacs-665a035ee2def7f004f99dae0ff5580a122446ba.zip | |
; lisp/help-fns.el: Fix typos in comments
| -rw-r--r-- | 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 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." | |||
| 624 | (run-hook-with-args 'help-fns-describe-function-functions function) | 624 | (run-hook-with-args 'help-fns-describe-function-functions function) |
| 625 | (insert "\n" | 625 | (insert "\n" |
| 626 | (or doc "Not documented.")) | 626 | (or doc "Not documented.")) |
| 627 | ;; Avoid asking the user annoyng questions if she decides | 627 | ;; Avoid asking the user annoying questions if she decides |
| 628 | ;; to save the help buffer, when her locale's codeset | 628 | ;; to save the help buffer, when her locale's codeset |
| 629 | ;; isn't UTF-8. | 629 | ;; isn't UTF-8. |
| 630 | (unless (memq text-quoting-style '(straight grave)) | 630 | (unless (memq text-quoting-style '(straight grave)) |
| @@ -973,7 +973,7 @@ file-local variable.\n") | |||
| 973 | (re-search-backward | 973 | (re-search-backward |
| 974 | (concat "\\(" customize-label "\\)") nil t) | 974 | (concat "\\(" customize-label "\\)") nil t) |
| 975 | (help-xref-button 1 'help-customize-variable variable)))) | 975 | (help-xref-button 1 'help-customize-variable variable)))) |
| 976 | ;; Note variable's version or package version | 976 | ;; Note variable's version or package version. |
| 977 | (let ((output (describe-variable-custom-version-info variable))) | 977 | (let ((output (describe-variable-custom-version-info variable))) |
| 978 | (when output | 978 | (when output |
| 979 | (terpri) | 979 | (terpri) |