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

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

[elpa] externals/corfu-doc d2abf185e6 75/95: Rename corfu-doc--popup-tra


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc d2abf185e6 75/95: Rename corfu-doc--popup-transit to corfu-doc--popup-transition
Date: Tue, 19 Jul 2022 15:58:06 -0400 (EDT)

branch: externals/corfu-doc
commit d2abf185e69bd3b1371d884aacd7c1acc593f490
Author: Yuwei Tian <ibluefocus@outlook.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>

    Rename corfu-doc--popup-transit to corfu-doc--popup-transition
---
 corfu-doc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 1d78ca404e..cc45e75442 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -471,7 +471,7 @@ FWIDTH and FHEIGHT."
 (defun corfu-doc--cf-popup-edges-changed-p ()
   (not (equal (corfu-doc--get-cf-popup-edges) corfu-doc--cf-popup-edges)))
 
-(defun corfu-doc--popup-transit ()
+(defun corfu-doc--popup-transition ()
   (when (corfu-doc--popup-visible-p)
     (if (and corfu-doc-mode corfu-doc-auto)
         (when (and (not (null corfu-doc-delay)) (> corfu-doc-delay 0))
@@ -492,7 +492,7 @@ FWIDTH and FHEIGHT."
         (progn
           (if (corfu-doc--should-refresh-popup candidate)
               (corfu-doc--refresh-popup)
-            (corfu-doc--popup-transit)
+            (corfu-doc--popup-transition)
             (when (and corfu-doc-mode corfu-doc-auto)
               (setq corfu-doc--auto-timer
                     (run-with-timer corfu-doc-delay nil



reply via email to

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