]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-help-screen): Mention DEL in the prompt.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Mar 1998 05:26:05 +0000 (05:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Mar 1998 05:26:05 +0000 (05:26 +0000)
lisp/help-macro.el

index e047715b4ab20ff941d4fbcf0125f934298d2e45..366466142de68c83f41891cefcf4b2a8460ec4c5 100644 (file)
@@ -153,7 +153,7 @@ and then returns."
                                          (format "Type one of the options listed%s: "
                                                  (if (pos-visible-in-window-p
                                                       (point-max))
-                                                     "" " or Space to scroll")))
+                                                     "" ", or SPACE or DEL to scroll")))
                                     char (aref key 0)))
 
                             ;; If this is a scroll bar command, just run it.