From: Eli Zaretskii Date: Thu, 27 Oct 2022 06:21:04 +0000 (+0300) Subject: ; Simplify wording in Eglot manual X-Git-Tag: emacs-29.0.90~1616^2~445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37bde3d36cb885146e91f2148ec69e2b3714e3f4;p=emacs.git ; Simplify wording in Eglot manual * doc/misc/eglot.texi (Customizing Eglot): Simplify wording. Reported by Pedro Andres Aranda Gutierrez . --- diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index cf9607e3b7a..5a200287023 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -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