]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-mode-line-format):
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:12:52 +0000 (08:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:12:52 +0000 (08:12 +0000)
Put mode-line-process immediately after mode-name
when setting mode-line-format.

lisp/man.el

index 37ff5c5f82b0dc8c58d5a30842af742c34c8c657..9d5c97bacaf7c525b21e1fbc2c96ca216825b4a2 100644 (file)
@@ -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.")