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

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

[elpa] externals/company 53e4e6c7b9 5/7: User manual: Rename 'Package Ba


From: ELPA Syncer
Subject: [elpa] externals/company 53e4e6c7b9 5/7: User manual: Rename 'Package Backends' subnodes
Date: Tue, 28 Dec 2021 07:57:20 -0500 (EST)

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

    User manual: Rename 'Package Backends' subnodes
---
 doc/company.texi | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/doc/company.texi b/doc/company.texi
index 87ba0029bb..f3cffca01a 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -3,7 +3,7 @@
 @setfilename company.info
 @settitle Company User Manual
 @set VERSION 0.9.14snapshot
-@set UPDATED 27 December 2021
+@set UPDATED 28 December 2021
 @documentencoding UTF-8
 @documentlanguage en
 @paragraphindent asis
@@ -1251,11 +1251,8 @@ Optionally, search for the matches with @w{@kbd{M-x 
isearch @key{RET}
 
 @end itemize
 
-@node Symbol Names Completion
-@subsection Symbol Names Completion
-
-A completion for symbol names typically assists programmers working
-with the source code.
+@node Code Completion
+@subsection Code Completion
 
 @defun company-capf
 In the Emacs's world, the current tendency is to have the completion
@@ -1417,8 +1414,8 @@ dictionary.
 
 @end defun
 
-@node File Paths Completion
-@subsection File Paths Completion
+@node File Name Completion
+@subsection File Name Completion
 
 @defun company-files
 This backend can be used to retrieve completion candidates for the
@@ -1452,8 +1449,8 @@ file/directory known to be located under the inserted 
directory.
 
 @end defun
 
-@node Templates Expansion
-@subsection Templates Expansion
+@node Template Expansion
+@subsection Template Expansion
 
 @cindex template
 @cindex expansion



reply via email to

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