aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.