; * lisp/simple.el (execute-extended-command): Fix comment wording.

This commit is contained in:
Eli Zaretskii 2021-08-21 11:05:04 +03:00
parent 2ed73a722f
commit 9ea9d21d57

View file

@ -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)))