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
commitf82a0906a2f9fbaadad292a9f3d12b748203862b (patch)
tree2420846b9d844bc3f3ba48e4361e2bdb4f6e8408 /lisp/view.el
parent88229a783fd44ca01783dbeb83b7da978a3fa954 (diff)
downloademacs-f82a0906a2f9fbaadad292a9f3d12b748203862b.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)