# HG changeset patch # User Richard M. Stallman # Date 889421165 0 # Node ID 116fb3c0373719ec904be3ed938051b8b3893730 # Parent 7d8bbe35875e8038116d6ae47f4b0b7077f3ebe2 (make-help-screen): Mention DEL in the prompt. diff -r 7d8bbe35875e -r 116fb3c03737 lisp/help-macro.el --- 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.