diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /lisp/help.el | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 2 |
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)))))) |