From: Eli Zaretskii Date: Sat, 21 Aug 2021 08:05:04 +0000 (+0300) Subject: ; * lisp/simple.el (execute-extended-command): Fix comment wording. X-Git-Tag: emacs-28.0.90~1399 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ea9d21d57f5e698d503f8c4c6c9fbf0e45b3fa0;p=emacs.git ; * lisp/simple.el (execute-extended-command): Fix comment wording. --- diff --git a/lisp/simple.el b/lisp/simple.el index aa139dd6035..db083cfc25d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)))