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

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

[elpa] externals/corfu fc845f33ae: Update comments


From: ELPA Syncer
Subject: [elpa] externals/corfu fc845f33ae: Update comments
Date: Fri, 14 Jan 2022 06:57:22 -0500 (EST)

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

    Update comments
---
 corfu.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/corfu.el b/corfu.el
index f9197653ee..636cdb0e9e 100644
--- a/corfu.el
+++ b/corfu.el
@@ -425,8 +425,7 @@ The completion backend can override this with
     (set-frame-position corfu--frame x y)
     (set-frame-size corfu--frame width height t)
     (unless (frame-visible-p corfu--frame)
-      ;; HACK: Force redisplay, otherwise the popup somtimes
-      ;; does not display content.
+      ;; XXX HACK: Force redisplay, otherwise the popup sometimes does not 
display content.
       (redisplay)
       (make-frame-visible corfu--frame))))
 
@@ -810,8 +809,7 @@ there hasn't been any input, then quit."
       (corfu--candidates-popup beg)
       (corfu--echo-documentation)
       (corfu--preview-current beg end str)
-      ;; HACK: Force redisplay, otherwise the popup somtimes
-      ;; does not display content.
+      ;; XXX HACK: Force redisplay, otherwise the popup sometimes does not 
display content.
       (redisplay))
      ;; 4) There are no candidates & corfu-quit-no-match => Confirmation popup
      ((not (or corfu--candidates



reply via email to

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