From: Richard M. Stallman Date: Mon, 9 Mar 1998 05:26:05 +0000 (+0000) Subject: (make-help-screen): Mention DEL in the prompt. X-Git-Tag: emacs-20.3~1954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=693caa7142a5174ea7db5ef260055a2f4978c6e1;p=emacs.git (make-help-screen): Mention DEL in the prompt. --- 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." (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.