aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/eglot.texi2
1 files changed, 1 insertions, 1 deletions
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.
981Set this variable to true if you'd like progress notifications coming 981Set this variable to true if you'd like progress notifications coming
982from the language server to be handled as Emacs's progress reporting 982from the language server to be handled as Emacs's progress reporting
983facilities. 983facilities.
984@end table
985 984
986@vindex eglot-advertise-cancellation 985@vindex eglot-advertise-cancellation
987@cindex request cancellation 986@cindex request cancellation
@@ -990,6 +989,7 @@ Setting this variable to true causes Eglot to send special cancellation
990notification for certain stale client request. This may improve the 989notification for certain stale client request. This may improve the
991performance of some LSP servers, who might be able to avoid doing costly 990performance of some LSP servers, who might be able to avoid doing costly
992but ultimately useless work on behalf of the client. 991but ultimately useless work on behalf of the client.
992@end table
993 993
994@node Advanced server configuration 994@node Advanced server configuration
995@chapter Advanced server configuration 995@chapter Advanced server configuration