]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-set-mode-line): Add some spaces at the beginning.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 May 1997 18:39:23 +0000 (18:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 May 1997 18:39:23 +0000 (18:39 +0000)
lisp/info.el

index fb5c7b985a250d0aefc15b7813c9e3cd0537992c..d6a42819799e12dc16bc8e79dec8dc61a13326cc 100644 (file)
@@ -661,7 +661,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
 (defun Info-set-mode-line ()
   (setq mode-line-buffer-identification
        (concat
-        "Info:  ("
+        "  Info:  ("
         (if Info-current-file
             (file-name-nondirectory Info-current-file)
           "")