summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-08-04 17:23:48 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-08-04 17:23:48 +0000
commit802e7beba48c7e71550aa410709a9fb124c46a14 (patch)
treeee71ee74b6cb571722644e0026e0169c3f5bab8f /lisp/view.el
parent803eaf50c2fd81c1afe4355d248c76653cde027d (diff)
downloademacs-802e7beba48c7e71550aa410709a9fb124c46a14.tar.gz
entered into RCS
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/view.el b/lisp/view.el
index 245a4136deb..bcb54fee03c 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -282,12 +282,8 @@ If you viewed a file that was not present in Emacs, its buffer is killed."
(defun view-helpful-message ()
(message
- (if (and (eq (key-binding (char-to-string help-char)) 'Helper-help)
- (eq (key-binding "?") 'Helper-describe-bindings)
- (eq (key-binding "\C-c") 'view-exit))
- "Type \\[Helper-help] for help, ? for commands, C-c to quit"
(substitute-command-keys
- "Type \\[Helper-help] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit."))))
+ "Type \\[Helper-help] for help, \\[Helper-describe-bindings] for commands, \\[view-exit] to quit.")))
(defun View-undefined ()
(interactive)