]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-mode-line-format): Add a space after global-mode-string.
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Jul 1993 22:07:27 +0000 (22:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Jul 1993 22:07:27 +0000 (22:07 +0000)
lisp/man.el

index 38937e0c43f81efb893153cf1512b7e3b4586869..60252c925619ff0b61d3c4d928557406725f14f9 100644 (file)
@@ -171,7 +171,7 @@ the manpage buffer.")
   '("" mode-line-modified
        mode-line-buffer-identification "   "
        global-mode-string
-       Man-page-mode-string
+       " " Man-page-mode-string
        "    %[(" mode-name minor-mode-alist mode-line-process ")%]----"
        (-3 . "%p") "-%-")
   "*Mode line format for manual mode buffer.")