branch: externals/corfu-doc
commit f63395100ebafbe3d96b137e1289158d093de3d1
Author: Andy Stewart <[email protected]>
Commit: Yuwei Tian <[email protected]>

    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