mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(view-mode-enter): Clarify echo area message.
This commit is contained in:
parent
246a06d339
commit
1f5f6db607
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue