emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu 2e4c6d327e 2/2: Update comment


From: ELPA Syncer
Subject: [elpa] externals/corfu 2e4c6d327e 2/2: Update comment
Date: Mon, 31 Oct 2022 13:57:29 -0400 (EDT)

branch: externals/corfu
commit 2e4c6d327eac15ffbf06f2a4b3031036819a6d7f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update comment
---
 corfu.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/corfu.el b/corfu.el
index 8b32401531..818cc8d40e 100644
--- a/corfu.el
+++ b/corfu.el
@@ -923,11 +923,11 @@ See `corfu-separator' for more details."
            (let ((inhibit-field-text-motion t))
              (<= (line-beginning-position) pt (line-end-position))))
          (or
-          ;; TODO We keep alive Corfu if a `overriding-terminal-local-map' is
-          ;; installed, for example the `universal-argument-map'. It would be 
good to
+          ;; We keep Corfu alive if a `overriding-terminal-local-map' is
+          ;; installed, e.g., the `universal-argument-map'. It would be good to
           ;; think about a better criterion instead. Unfortunately relying on
-          ;; `this-command' alone is not sufficient, since the value of 
`this-command'
-          ;; gets clobbered in the case of transient keymaps.
+          ;; `this-command' alone is insufficient, since the value of
+          ;; `this-command' gets clobbered in the case of transient keymaps.
           overriding-terminal-local-map
           ;; Check if it is an explicitly listed continue command
           (corfu--match-symbol-p corfu-continue-commands this-command)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]