From fc845f33aed7dc9d507e32002904a4095c60f6ee Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 14 Jan 2022 12:41:01 +0100 Subject: Update comments --- corfu.el | 6 ++---- 1 file 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 -- cgit v1.0