diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-07 04:48:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-07 04:48:15 +0000 |
commit | 4d746f3beb51bee806715481c662373bc56d597a (patch) | |
tree | e3bc76439c5de997eabe14d1cedb0d1226e7a353 /lisp/help-macro.el | |
parent | 12b918f80f6ff806a95962d9476aa4c566241725 (diff) | |
download | emacs-4d746f3beb51bee806715481c662373bc56d597a.tar.gz |
(make-help-screen): Clear the prompt when we get a real command.
Diffstat (limited to 'lisp/help-macro.el')
-rw-r--r-- | lisp/help-macro.el | 2 |
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) |