diff options
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index fb5c7b985a2..d6a42819799 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -661,7 +661,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." | |||
| 661 | (defun Info-set-mode-line () | 661 | (defun Info-set-mode-line () |
| 662 | (setq mode-line-buffer-identification | 662 | (setq mode-line-buffer-identification |
| 663 | (concat | 663 | (concat |
| 664 | "Info: (" | 664 | " Info: (" |
| 665 | (if Info-current-file | 665 | (if Info-current-file |
| 666 | (file-name-nondirectory Info-current-file) | 666 | (file-name-nondirectory Info-current-file) |
| 667 | "") | 667 | "") |