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

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

[elpa] externals/corfu-doc 0741012875 26/95: Fix typo in comment


From: ELPA Syncer
Subject: [elpa] externals/corfu-doc 0741012875 26/95: Fix typo in comment
Date: Tue, 19 Jul 2022 15:58:02 -0400 (EDT)

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

    Fix typo in comment
---
 corfu-doc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/corfu-doc.el b/corfu-doc.el
index 22a5400bef..2a1db94b4a 100644
--- a/corfu-doc.el
+++ b/corfu-doc.el
@@ -219,7 +219,7 @@ If this is nil, do not resize corfu doc frame 
automatically."
          (cf-parent-frame-width (frame-pixel-width cf-parent-frame))
          (cf-doc-frame-width
            (if (not corfu-doc-resize-frame)
-               ;; left border + left margin + inner width + right margin + 
right-border
+               ;; left border + left margin + inner width + right margin + 
right border
                (+ 1
                   (alist-get 'left-fringe corfu-doc--frame-parameters 0)
                   (* (frame-char-width) corfu-doc-max-width)
@@ -228,7 +228,7 @@ If this is nil, do not resize corfu doc frame 
automatically."
              (fit-frame-to-buffer corfu-doc--frame
                                   corfu-doc-max-height nil
                                   corfu-doc-max-width nil)
-             ;; outer width - left border - left margin - right margin - 
right-border
+             ;; outer width - left border - left margin - right margin - right 
border
              (- (frame-pixel-width corfu-doc--frame)
                 1
                 (alist-get 'left-fringe corfu-doc--frame-parameters 0)



reply via email to

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