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