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

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

[elpa] externals/corfu-doc f63395100e 69/95: Fix typo (#14)


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc f63395100e 69/95: Fix typo (#14)
Date: Tue, 19 Jul 2022 15:58:06 -0400 (EDT)

branch: externals/corfu-doc
commit f63395100ebafbe3d96b137e1289158d093de3d1
Author: Andy Stewart <lazycat.manatee@gmail.com>
Commit: Yuwei Tian <ibluefocus@outlook.com>

    Fix typo (#14)
    
    corfu--set-frame-position should be ```corfu-doc--set-frame-position```
---
 corfu-doc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 679c3fee0a..a7beb8c2cf 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -383,7 +383,7 @@ FWIDTH and FHEIGHT."
   (unless (corfu-doc--popup-visible-p)
     (make-frame-visible corfu-doc--frame))
   (when (corfu-doc--cf-popup-edges-changed-p)
-    (apply #'corfu--set-frame-position
+    (apply #'corfu-doc--set-frame-position
            corfu-doc--frame
            (corfu-doc--calculate-doc-frame-position
             (frame-pixel-width corfu-doc--frame)



reply via email to

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