From 43462d5b7f48995baeed9f95c55a9cca75e0f461 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jul 1997 04:48:15 +0000 Subject: [PATCH] (make-help-screen): Clear the prompt when we get a real command. --- lisp/help-macro.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 55fc7a126fe..8ae3876cef3 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -152,6 +152,8 @@ and then returns." (point-max)) "" " or Space to scroll"))) char (aref key 0)))))) + ;; We don't need the prompt any more. + (message "") ;; Mouse clicks are not part of the help feature, ;; so reexecute them in the standard environment. (if (listp char) -- 2.39.2