From: Richard M. Stallman Date: Wed, 12 Jun 2002 12:20:51 +0000 (+0000) Subject: (view-mode-enter): Clarify echo area message. X-Git-Tag: ttn-vms-21-2-B4~14651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f5f6db60795a94ba99cefb96ce2031c5acac6f1;p=emacs.git (view-mode-enter): Clarify echo area message. --- diff --git a/lisp/view.el b/lisp/view.el index 0932be3903b..49ada38afca 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -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.