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

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

[elpa] externals/company 1fd1b36 2/2: Edit the docstring


From: ELPA Syncer
Subject: [elpa] externals/company 1fd1b36 2/2: Edit the docstring
Date: Fri, 18 Jun 2021 17:57:07 -0400 (EDT)

branch: externals/company
commit 1fd1b363eee68e4cdcf0e610005c0bdbf9940604
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Edit the docstring
    
    #1118
---
 company.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/company.el b/company.el
index 1b4f0b0..9e612c9 100644
--- a/company.el
+++ b/company.el
@@ -2543,11 +2543,11 @@ inserted."
   "Insert a candidate visible on the tooltip's row NUMBER.
 
 Inserts one of the first ten candidates,
-numerated according to the current scrolling position.
-NUMBER 1 inserts a candidate visible on the first row.
-NUMBER 0 inserts a candidate visible on the tenth row of the tooltip.
+numbered according to the current scrolling position starting with 1.
 
-When called interactively, uses the last typed digit, stripping the modifiers.
+When called interactively, uses the last typed digit, stripping the
+modifiers and translating 0 into 10, so `M-1' inserts the first visible
+candidate, and `M-0' insert to 10th one.
 
 To show hint numbers beside the candidates, enable `company-show-numbers'."
   (interactive



reply via email to

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