; * lisp/simple.el (execute-extended-command): Fix comment wording.
This commit is contained in:
parent
2ed73a722f
commit
9ea9d21d57
1 changed files with 2 additions and 2 deletions
|
|
@ -2240,8 +2240,8 @@ invoking, give a prefix argument to `execute-extended-command'."
|
|||
;; flight.
|
||||
(when execute-extended-command--binding-timer
|
||||
(cancel-timer execute-extended-command--binding-timer))
|
||||
;; If this command displayed something in the echo area; then
|
||||
;; postpone display our suggestion message a bit.
|
||||
;; If this command displayed something in the echo area, then
|
||||
;; postpone the display of our suggestion message a bit.
|
||||
(when (and suggest-key-bindings
|
||||
(or binding
|
||||
(and extended-command-suggest-shorter typed)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue