From 1f5f6db60795a94ba99cefb96ce2031c5acac6f1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 Jun 2002 12:20:51 +0000 Subject: [PATCH] (view-mode-enter): Clarify echo area message. --- lisp/view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2