Mercurial > emacs
changeset 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 | 7d8bbe35875e |
children | dd5c2baa6674 |
files | lisp/help-macro.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.