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

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

[elpa] externals/company bc6e9b8 2/2: Merge pull request #1143 from yuga


From: ELPA Syncer
Subject: [elpa] externals/company bc6e9b8 2/2: Merge pull request #1143 from yugaego/tooltip-offset-doc
Date: Wed, 21 Jul 2021 16:57:09 -0400 (EDT)

branch: externals/company
commit bc6e9b89757119d0c2a4d69d83527aad57244fa8
Merge: 1372d4b 93284e8
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1143 from yugaego/tooltip-offset-doc
    
    Add company-tooltip-offset docstring
---
 company.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/company.el b/company.el
index ead15e5..dd15fb5 100644
--- a/company.el
+++ b/company.el
@@ -2933,7 +2933,10 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
 
 (defvar-local company-pseudo-tooltip-overlay nil)
 
-(defvar-local company-tooltip-offset 0)
+(defvar-local company-tooltip-offset 0
+  "Current scrolling state of the tooltip.
+Represented by the index of the first visible completion candidate
+from the candidates list.")
 
 (defvar-local company--tooltip-current-width 0)
 



reply via email to

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