# HG changeset patch # User Richard M. Stallman # Date 817253067 0 # Node ID 50d31efc8e72b08d995351edcc99ad1ef04be64e # Parent eae7f6d657be434e54ce49240d007a0dc6debb69 (view-mode-enter): Replace Help-helper by help-command in doc string and message. diff -r eae7f6d657be -r 50d31efc8e72 lisp/view.el --- 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.