diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index cf9607e3b7..7c44e361f4 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -987,11 +987,10 @@ Customizing Eglot JSON value to be sent to the server. This helper command works even 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): +For example, in a project written in a combination of the Python and +Go programming languages, you could use @command{pylsp} as the language +server for Python and @command{gopls} for Go. In this case, the +workspace-configuration settings would look like this: @lisp ((python-mode