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

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

[elpa] externals/corfu 4a9e52e0e2 08/12: Shorten name of customizable


From: ELPA Syncer
Subject: [elpa] externals/corfu 4a9e52e0e2 08/12: Shorten name of customizable
Date: Thu, 17 Nov 2022 16:57:29 -0500 (EST)

branch: externals/corfu
commit 4a9e52e0e2fc0af5a91ea47f5aa400c09107be50
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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))



reply via email to

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