]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (execute-extended-command): Fix comment wording.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 08:05:04 +0000 (11:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 08:05:04 +0000 (11:05 +0300)
lisp/simple.el

index aa139dd603558c0327380f6890616e6f54f880f3..db083cfc25d707e0d6930eaffa18eba152ff9f15 100644 (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)))