# HG changeset patch # User Richard M. Stallman # Date 1023884451 0 # Node ID c8abe21939f2a39048a7ff65c6f6f8616baae20e # Parent 25c330bebee48382bb3f9fbfc38659b082e5b8f8 (view-mode-enter): Clarify echo area message. diff -r 25c330bebee4 -r c8abe21939f2 lisp/view.el --- 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.