aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-10-27 09:21:04 +0300
committerEli Zaretskii2022-10-27 09:21:04 +0300
commit37bde3d36cb885146e91f2148ec69e2b3714e3f4 (patch)
treeab5132aab4270179b6251d3fe86a282db44280ca
parentdb2ed9f333879e5ac283fb48c8b06ed4022f0af9 (diff)
downloademacs-37bde3d36cb885146e91f2148ec69e2b3714e3f4.tar.gz
emacs-37bde3d36cb885146e91f2148ec69e2b3714e3f4.zip
; Simplify wording in Eglot manual
* doc/misc/eglot.texi (Customizing Eglot): Simplify wording. Reported by Pedro Andres Aranda Gutierrez <paaguti@gmail.com>.
-rw-r--r--doc/misc/eglot.texi7
1 files changed, 4 insertions, 3 deletions
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.
989 989
990Here's an example of defining the workspace-configuration settings for 990Here's an example of defining the workspace-configuration settings for
991a project that uses two different language servers, one for Python, 991a project that uses two different language servers, one for Python,
992whose server is @command{pylsp}, the other one for Go, with 992the other one for Go (presumably, the project is written in a
993@command{gopls} as its server (presumably, the project is written in a 993combination of these two languages). The server for Python in this
994combination of these two languages): 994case is @command{pylsp}, the server for Go is @command{gopls}. The
995value of @code{eglot-workspace-configuration} in this case should be:
995 996
996@lisp 997@lisp
997((python-mode 998((python-mode