From 9ea9d21d57f5e698d503f8c4c6c9fbf0e45b3fa0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 21 Aug 2021 11:05:04 +0300 Subject: [PATCH] ; * lisp/simple.el (execute-extended-command): Fix comment wording. --- lisp/simple.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))) -- 2.39.5