From: João Távora Date: Wed, 19 Oct 2022 12:23:14 +0000 (+0100) Subject: Remove spurious trailing ':' in doc/misc/eglot.texi X-Git-Tag: emacs-29.0.90~1616^2~524^2~3^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20d44771201ef96fcfd6aebffe05aa50c5fa8074;p=emacs.git Remove spurious trailing ':' in doc/misc/eglot.texi * doc/misc/eglot.texi (Customizing Eglot): Remove spurious ':'. --- diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 286607738b4..64f4c84dfda 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -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)}}.