Mercurial > emacs
changeset 13639:50d31efc8e72
(view-mode-enter): Replace Help-helper by help-command
in doc string and message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Nov 1995 22:44:27 +0000 |
parents | eae7f6d657be |
children | ee453099e188 |
files | lisp/view.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/view.el Fri Nov 24 22:42:19 1995 +0000 +++ b/lisp/view.el Fri Nov 24 22:44:27 1995 +0000 @@ -222,7 +222,7 @@ successful search and when jump to line to occurs. The mark is set on jump to buffer start or end. ? or h provide help message (list of commands). -\\[Helper-help] provides help (list of commands or description of a command). +\\[help-command] provides help (list of commands or description of a command). C-n moves down lines vertically. C-p moves upward lines vertically. C-l recenters the screen. @@ -261,7 +261,7 @@ (run-hooks 'view-mode-hook) (message (substitute-command-keys - "Type \\[Helper-help] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit."))) + "Type \\[help-command] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit."))) (defun view-exit () "Exit from view-mode.