1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Remove spurious trailing ':' in doc/misc/eglot.texi

* doc/misc/eglot.texi (Customizing Eglot): Remove spurious ':'.
This commit is contained in:
João Távora 2022-10-19 13:23:14 +01:00
parent 7a551e9200
commit 20d4477120

View file

@ -885,7 +885,7 @@ supported major mode, and how to invoke that server's program.
@xref{Setting Up LSP Servers}, for the details.
@vindex eglot-strict-mode
@item eglot-strict-mode:
@item eglot-strict-mode
This is @code{nil} by default, meaning that Eglot is generally lenient
about non-conforming servers. If you need to debug a server, set this
to @w{@code{(disallow-non-standard-keys enforce-required-keys)}}.