aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-09 05:26:05 +0000
committerRichard M. Stallman1998-03-09 05:26:05 +0000
commit693caa7142a5174ea7db5ef260055a2f4978c6e1 (patch)
tree759a77d0d0e9af6c484fc4bd3a7f7bec0e3fd83a
parent8539959b7b9042eb29d51d5199e146fa97f120b1 (diff)
downloademacs-693caa7142a5174ea7db5ef260055a2f4978c6e1.tar.gz
emacs-693caa7142a5174ea7db5ef260055a2f4978c6e1.zip
(make-help-screen): Mention DEL in the prompt.
-rw-r--r--lisp/help-macro.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el
index e047715b4ab..366466142de 100644
--- a/lisp/help-macro.el
+++ b/lisp/help-macro.el
@@ -153,7 +153,7 @@ and then returns."
153 (format "Type one of the options listed%s: " 153 (format "Type one of the options listed%s: "
154 (if (pos-visible-in-window-p 154 (if (pos-visible-in-window-p
155 (point-max)) 155 (point-max))
156 "" " or Space to scroll"))) 156 "" ", or SPACE or DEL to scroll")))
157 char (aref key 0))) 157 char (aref key 0)))
158 158
159 ;; If this is a scroll bar command, just run it. 159 ;; If this is a scroll bar command, just run it.