diff lisp/help-macro.el @ 21120:116fb3c03737

(make-help-screen): Mention DEL in the prompt.
author Richard M. Stallman <rms@gnu.org>
date Mon, 09 Mar 1998 05:26:05 +0000
parents 857e1ce3f14b
children 8e860ff326de
line wrap: on
line diff
--- a/lisp/help-macro.el	Mon Mar 09 01:01:36 1998 +0000
+++ b/lisp/help-macro.el	Mon Mar 09 05:26:05 1998 +0000
@@ -153,7 +153,7 @@
 					  (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.