aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-24 08:12:52 +0000
committerRichard M. Stallman1994-04-24 08:12:52 +0000
commit8a32bceec266f4c008401fb84cde1e149be718d4 (patch)
treef68f146a15b189f6f3b8fdebb64709869a51f30f
parent99bee6a4a42b9cc24d3527956ac5be21eaa6d855 (diff)
downloademacs-8a32bceec266f4c008401fb84cde1e149be718d4.tar.gz
emacs-8a32bceec266f4c008401fb84cde1e149be718d4.zip
(Man-mode-line-format):
Put mode-line-process immediately after mode-name when setting mode-line-format.
-rw-r--r--lisp/man.el2
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.")
183 mode-line-buffer-identification " " 183 mode-line-buffer-identification " "
184 global-mode-string 184 global-mode-string
185 " " Man-page-mode-string 185 " " Man-page-mode-string
186 " %[(" mode-name minor-mode-alist mode-line-process ")%]----" 186 " %[(" mode-name mode-line-process minor-mode-alist ")%]----"
187 (-3 . "%p") "-%-") 187 (-3 . "%p") "-%-")
188 "*Mode line format for manual mode buffer.") 188 "*Mode line format for manual mode buffer.")
189 189