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

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

[elpa] externals/corfu 14d87d0 2/2: Expand comment


From: ELPA Syncer
Subject: [elpa] externals/corfu 14d87d0 2/2: Expand comment
Date: Mon, 9 Aug 2021 00:57:09 -0400 (EDT)

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

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

diff --git a/corfu.el b/corfu.el
index bc3c0ff..93dd68d 100644
--- a/corfu.el
+++ b/corfu.el
@@ -864,7 +864,7 @@ completion began less than that number of seconds ago."
 (defun corfu--teardown ()
   "Teardown Corfu."
   ;; Redisplay such that the input becomes immediately visible before the popup
-  ;; teardown (Issue #48). See also corresponding vertico#89.
+  ;; hiding, which is slow (Issue #48). See also corresponding vertico#89.
   (redisplay)
   (corfu--popup-hide)
   (remove-hook 'window-configuration-change-hook #'corfu--quit)



reply via email to

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