emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d59c32201e: ; Minor copyedits in Eglot manual


From: Eli Zaretskii
Subject: master d59c32201e: ; Minor copyedits in Eglot manual
Date: Sun, 6 Nov 2022 02:44:23 -0500 (EST)

branch: master
commit d59c32201edd262dc97cad8c590ef5ae9bafaf74
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Minor copyedits in Eglot manual
    
    * doc/misc/eglot.texi (Customizing Eglot): More accurate wording
    of how 'eglot-workspace-configuration' are sent to LSP servers.
    (Bug#58986)
---
 doc/misc/eglot.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index 30bdaeb780..8d184976cd 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -945,9 +945,9 @@ provide per-project settings, as described below in more 
detail.
 Some language servers need to know project-specific settings, which
 the LSP calls @dfn{workspace configuration}.  Eglot allows such fine
 tuning of per-project settings via the variable
-@code{eglot-workspace-configuration}.  Eglot sends the portion of the
-settings contained in this variable to each server for which such
-settings were defined in the variable.  These settings are
+@code{eglot-workspace-configuration}.  Eglot sends the settings in
+this variable to each server, and each server applies the portion of the
+settings relevant to it and ignores the rest.  These settings are
 communicated to the server initially (upon establishing the
 connection) or when the settings are changed, or in response to a
 configuration request from the server.
@@ -1022,8 +1022,8 @@ Alternatively, the same configuration could be defined as 
follows:
 @end lisp
 
 This is an equivalent setup which sets the value for all the
-major-modes inside the project; Eglot will use for each server only
-the section of the parameters intended for that server.
+major-modes inside the project; each server will use only the section
+of the parameters intended for that server, and ignore the rest.
 
 As yet another alternative, you can set the value of
 @code{eglot-workspace-configuration} programmatically, via the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]