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

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

[elpa] externals/company e506329 3/4: Improve user manual texts


From: ELPA Syncer
Subject: [elpa] externals/company e506329 3/4: Improve user manual texts
Date: Sun, 19 Dec 2021 03:57:17 -0500 (EST)

branch: externals/company
commit e5063293b797aed4b5975ae82a9c51d01f27aa6f
Author: YugaEgo <yet@ego.team>
Commit: YugaEgo <yet@ego.team>

    Improve user manual texts
---
 doc/company.texi | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/doc/company.texi b/doc/company.texi
index fa61038..7d12bbf 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -292,15 +292,19 @@ the commands of the out-of-the-box Company.
 @kindex C-n
 @cindex select
 @findex company-select-next-or-abort
-Select the next candidate (@code{company-complete-next-or-abort}).
+@findex company-select-next
+Select the next candidate (@code{company-select-next-or-abort},
+@w{@code{company-select-next}}).
 
 @item C-p
 @itemx M-p
 @kindex C-p
 @cindex select
-@findex company-complete-previous-or-abort
+@findex company-select-previous-or-abort
+@findex company-select-previous
 Select the previous candidate
-(@code{company-complete-previous-or-abort}).
+(@code{company-select-previous-or-abort},
+@w{@code{company-select-previous}}).
 
 @item RET
 @itemx <return>
@@ -932,6 +936,12 @@ completion candidate in the echo area.
 @img{echo-meta}
 @end defun
 
+@sp 1
+The last pair of the built-in frontends isn't that commonly used and
+not as full-featured as the previously reviewed @emph{tooltip-} and
+@emph{preview-} frontends, but still, feel free to play with them and
+have some fun!
+
 @defun company-echo-frontend
 This frontend outputs all the available completion candidates in the
 echo area.



reply via email to

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