summaryrefslogtreecommitdiff
path: root/lisp/help-macro.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r--lisp/help-macro.el2
1 files changed, 2 insertions, 0 deletions
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)