]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove spurious trailing ':' in doc/misc/eglot.texi
authorJoão Távora <joaotavora@gmail.com>
Wed, 19 Oct 2022 12:23:14 +0000 (13:23 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 19 Oct 2022 12:23:14 +0000 (13:23 +0100)
* doc/misc/eglot.texi (Customizing Eglot): Remove spurious ':'.

doc/misc/eglot.texi

index 286607738b4cfb48ddb0e45a6c08437260fdd4c2..64f4c84dfdae0d9f5f862a139edf1434f1786d38 100644 (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)}}.