]> git.eshelyaron.com Git - emacs.git/commitdiff
; Simplify wording in Eglot manual
authorEli Zaretskii <eliz@gnu.org>
Thu, 27 Oct 2022 06:21:04 +0000 (09:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 27 Oct 2022 06:21:04 +0000 (09:21 +0300)
* doc/misc/eglot.texi (Customizing Eglot): Simplify wording.
Reported by Pedro Andres Aranda Gutierrez <paaguti@gmail.com>.

doc/misc/eglot.texi

index cf9607e3b7afbf122021a9a1497817dbe13466ef..5a200287023316f280cf4d7536b1430dd5f326be 100644 (file)
@@ -989,9 +989,10 @@ before actually connecting to the server.
 
 Here's an example of defining the workspace-configuration settings for
 a project that uses two different language servers, one for Python,
-whose server is @command{pylsp}, the other one for Go, with
-@command{gopls} as its server (presumably, the project is written in a
-combination of these two languages):
+the other one for Go (presumably, the project is written in a
+combination of these two languages).  The server for Python in this
+case is @command{pylsp}, the server for Go is @command{gopls}.  The
+value of @code{eglot-workspace-configuration} in this case should be:
 
 @lisp
 ((python-mode