]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-help-screen): Clear the prompt when we get a real command.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 1997 04:48:15 +0000 (04:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jul 1997 04:48:15 +0000 (04:48 +0000)
lisp/help-macro.el

index 55fc7a126fee7291052f4cecd3b8e7b2bf869d55..8ae3876cef31ff32c9430c0d179cd5476cecad62 100644 (file)
@@ -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)