Mercurial > emacs
changeset 45776:c8abe21939f2
(view-mode-enter): Clarify echo area message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Jun 2002 12:20:51 +0000 |
parents | 25c330bebee4 |
children | 306c8d22d149 |
files | lisp/view.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/view.el Wed Jun 12 12:20:17 2002 +0000 +++ b/lisp/view.el Wed Jun 12 12:20:51 2002 +0000 @@ -508,7 +508,7 @@ (force-mode-line-update) (message "%s" (substitute-command-keys "\ -Type \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit.")))) +View mode: type \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit.")))) (defun view-mode-exit (&optional return-to-alist exit-action all-win) "Exit View mode in various ways, depending on optional arguments.