diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:12:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:12:52 +0000 |
commit | 8a32bceec266f4c008401fb84cde1e149be718d4 (patch) | |
tree | f68f146a15b189f6f3b8fdebb64709869a51f30f /lisp/man.el | |
parent | 99bee6a4a42b9cc24d3527956ac5be21eaa6d855 (diff) | |
download | emacs-8a32bceec266f4c008401fb84cde1e149be718d4.tar.gz |
(Man-mode-line-format):
Put mode-line-process immediately after mode-name
when setting mode-line-format.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 37ff5c5f82b..9d5c97bacaf 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -183,7 +183,7 @@ the manpage buffer.") mode-line-buffer-identification " " global-mode-string " " Man-page-mode-string - " %[(" mode-name minor-mode-alist mode-line-process ")%]----" + " %[(" mode-name mode-line-process minor-mode-alist ")%]----" (-3 . "%p") "-%-") "*Mode line format for manual mode buffer.") |