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

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

[elpa] externals/company 93284e8 1/2: Add company-tooltip-offset docstri


From: ELPA Syncer
Subject: [elpa] externals/company 93284e8 1/2: Add company-tooltip-offset docstring
Date: Wed, 21 Jul 2021 16:57:08 -0400 (EDT)

branch: externals/company
commit 93284e882b7a3467a8d2e78fafff9bceb9e92f78
Author: YE <yet@ego.team>
Commit: YE <yet@ego.team>

    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]