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

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

[elpa] externals/corfu 1467ab8601 2/2: Expand comment


From: ELPA Syncer
Subject: [elpa] externals/corfu 1467ab8601 2/2: Expand comment
Date: Sun, 8 May 2022 13:57:22 -0400 (EDT)

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

    Expand comment
---
 corfu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 4346a734f1..c3cc2d9eca 100644
--- a/corfu.el
+++ b/corfu.el
@@ -645,7 +645,8 @@ A scroll bar is displayed from LO to LO+BAR."
   ;; corresponding vertico#89.
   (redisplay)
   (pcase
-      ;; Bind non-essential=t to prevent Tramp from opening new connections.
+      ;; Bind non-essential=t to prevent Tramp from opening new connections,
+      ;; without the user explicitly requesting it via M-TAB.
       (let ((non-essential t))
         (while-no-input (corfu--recompute-candidates str pt table pred)))
     ('nil (keyboard-quit))



reply via email to

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