aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-06 22:07:27 +0000
committerRichard M. Stallman1993-07-06 22:07:27 +0000
commit056a5ef342e59842bb6145808d6bd284f0324888 (patch)
tree5e8de50719bc72f2aefb01e43872e0545d4e0dc7
parent312752df3f7b7351e4f1cd79b0a77ef1a4305144 (diff)
downloademacs-056a5ef342e59842bb6145808d6bd284f0324888.tar.gz
emacs-056a5ef342e59842bb6145808d6bd284f0324888.zip
(Man-mode-line-format): Add a space after global-mode-string.
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 38937e0c43f..60252c92561 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -171,7 +171,7 @@ the manpage buffer.")
171 '("" mode-line-modified 171 '("" mode-line-modified
172 mode-line-buffer-identification " " 172 mode-line-buffer-identification " "
173 global-mode-string 173 global-mode-string
174 Man-page-mode-string 174 " " Man-page-mode-string
175 " %[(" mode-name minor-mode-alist mode-line-process ")%]----" 175 " %[(" mode-name minor-mode-alist mode-line-process ")%]----"
176 (-3 . "%p") "-%-") 176 (-3 . "%p") "-%-")
177 "*Mode line format for manual mode buffer.") 177 "*Mode line format for manual mode buffer.")