summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-01-14 12:41:01 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-01-14 12:41:01 +0100
commitfc845f33aed7dc9d507e32002904a4095c60f6ee (patch)
tree2a905b73e958e04e4186c8501e74df87e3399bb1
parent2e90ff13242cc8a264cf13a777f1eed00936f0f8 (diff)
Update comments
-rw-r--r--corfu.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/corfu.el b/corfu.el
index f919765..636cdb0 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