[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
js2025 dc0e76c2d0b 4/4: Eglot: fix texi doc bug
From: |
João Távora |
Subject: |
js2025 dc0e76c2d0b 4/4: Eglot: fix texi doc bug |
Date: |
Fri, 17 Jan 2025 08:33:01 -0500 (EST) |
branch: js2025
commit dc0e76c2d0bb2ab41e58e0f16df74d63ec1fc1ed
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>
Eglot: fix texi doc bug
* doc/misc/eglot.texi (Customizing Eglot): Fix
eglot-advertise-cancellation item.
---
doc/misc/eglot.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index b2cbb795429..9282e108445 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -981,7 +981,6 @@ mechanism.
Set this variable to true if you'd like progress notifications coming
from the language server to be handled as Emacs's progress reporting
facilities.
-@end table
@vindex eglot-advertise-cancellation
@cindex request cancellation
@@ -990,6 +989,7 @@ Setting this variable to true causes Eglot to send special
cancellation
notification for certain stale client request. This may improve the
performance of some LSP servers, who might be able to avoid doing costly
but ultimately useless work on behalf of the client.
+@end table
@node Advanced server configuration
@chapter Advanced server configuration