aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help-fns.el4
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)