diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-24 22:44:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-24 22:44:27 +0000 |
commit | f2137a2d1195a232a9d3ee3e55191a068f367243 (patch) | |
tree | 6d59eb5ce56c6d2e1c67db4006be99af8301b75f /lisp/view.el | |
parent | 6eb0f0294ffeb37906fb32ca1e6dac7d74f374e1 (diff) | |
download | emacs-f2137a2d1195a232a9d3ee3e55191a068f367243.tar.gz |
(view-mode-enter): Replace Help-helper by help-command
in doc string and message.
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/view.el b/lisp/view.el index b2787049960..d84198b8435 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -222,7 +222,7 @@ C-r or r do reverse incremental search. 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 @@ This function runs the normal hook `view-mode-hook'. (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. |