branch: externals/corfu
commit 4a9e52e0e2fc0af5a91ea47f5aa400c09107be50
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Shorten name of customizable
---
extensions/corfu-docframe.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions/corfu-docframe.el b/extensions/corfu-docframe.el
index 4794bf62d9..4cb70970a4 100644
--- a/extensions/corfu-docframe.el
+++ b/extensions/corfu-docframe.el
@@ -70,7 +70,7 @@ The value of nil means no delay."
:group 'corfu
:type 'integer)
-(defcustom corfu-docframe-resize-frame t
+(defcustom corfu-docframe-resize t
"Non-nil means resize the corfu doc popup automatically.
If this is nil, do not resize corfu doc popup automatically."
@@ -163,7 +163,7 @@ If WIDTH and HEIGHT is speicified, just return (WIDTH
HEIGHT)."
((lfw (alist-get 'left-fringe corfu-docframe--frame-parameters))
(rfw (alist-get 'right-fringe corfu-docframe--frame-parameters))
(`(,popup-width ,popup-height)
- (if (not corfu-docframe-resize-frame)
+ (if (not corfu-docframe-resize)
(list (or width
;; left margin + inner width + right margin
(+ lfw max-width rfw))