1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-30 17:22:17 -07:00

Eglot: adjust reference to completion frontends in manual

* doc/misc/eglot.texi (Eglot Features): Rework.
This commit is contained in:
João Távora 2026-05-14 10:53:04 +01:00
parent 2a166c2dbd
commit 318084829c

View file

@ -474,11 +474,11 @@ Code reformatting via the @code{eglot-format} and related commands
supported and is activated automatically as you type.
@item
If a completion package such as the Company package (a popular
third-party completion package providing @code{company-mode}), is
installed, Eglot enhances it by providing completion candidates based on
the language server's analysis of the source code. (Company can be
installed from GNU ELPA.)
Eglot enhances symbol completion front-ends by providing completion
candidates based on the language server's understanding of the source
code (@pxref{Symbol Completion,,, emacs, GNU Emacs Manual}). The
Company package, installable from GNU ELPA, is a popular package known
to work well with Eglot.
@item
If YASnippet, a popular third-party package for automatic insertion of