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 | 43462d5b7f48995baeed9f95c55a9cca75e0f461 (patch) | |
tree | 431e6c22f6bb757584947f3502592d3a3f17ab05 /lisp/help-macro.el | |
parent | 66a96cff5811e4a6d14818ab0e0049683f4c3dc1 (diff) | |
download | emacs-43462d5b7f48995baeed9f95c55a9cca75e0f461.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) |