From 693caa7142a5174ea7db5ef260055a2f4978c6e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 9 Mar 1998 05:26:05 +0000 Subject: [PATCH] (make-help-screen): Mention DEL in the prompt. --- lisp/help-macro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2