projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a551e9
)
Remove spurious trailing ':' in doc/misc/eglot.texi
author
João Távora
<joaotavora@gmail.com>
Wed, 19 Oct 2022 12:23:14 +0000
(13:23 +0100)
committer
Joã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
patch
|
blob
|
history
diff --git
a/doc/misc/eglot.texi
b/doc/misc/eglot.texi
index 286607738b4cfb48ddb0e45a6c08437260fdd4c2..64f4c84dfdae0d9f5f862a139edf1434f1786d38 100644
(file)
--- 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)}}.