]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-mode-enter): Clarify echo area message.
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Jun 2002 12:20:51 +0000 (12:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Jun 2002 12:20:51 +0000 (12:20 +0000)
lisp/view.el

index 0932be3903bd3beb8dcb6c617ae7b3df264fad3a..49ada38afca02621c32dd13535c50dae478ac17e 100644 (file)
@@ -508,7 +508,7 @@ This function runs the normal hook `view-mode-hook'."
     (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.