(make-help-screen): Clear the prompt when we get a real command.
This commit is contained in:
parent
66a96cff58
commit
43462d5b7f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue