aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 68d3e33fe0a..24f1e74d71a 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -860,7 +860,7 @@ whose documentation describes the minor mode."
860 (let ((mode mode-name)) 860 (let ((mode mode-name))
861 (with-current-buffer standard-output 861 (with-current-buffer standard-output
862 (let ((start (point))) 862 (let ((start (point)))
863 (insert (format-mode-line mode)) 863 (insert (format-mode-line mode nil nil buffer))
864 (add-text-properties start (point) '(face bold))))) 864 (add-text-properties start (point) '(face bold)))))
865 (princ " mode:\n") 865 (princ " mode:\n")
866 (princ (documentation major-mode)))))) 866 (princ (documentation major-mode))))))