diff options
| author | Eli Zaretskii | 2022-10-27 09:21:04 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-10-27 09:21:04 +0300 |
| commit | 37bde3d36cb885146e91f2148ec69e2b3714e3f4 (patch) | |
| tree | ab5132aab4270179b6251d3fe86a282db44280ca | |
| parent | db2ed9f333879e5ac283fb48c8b06ed4022f0af9 (diff) | |
| download | emacs-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.texi | 7 |
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 | ||
| 990 | Here's an example of defining the workspace-configuration settings for | 990 | Here's an example of defining the workspace-configuration settings for |
| 991 | a project that uses two different language servers, one for Python, | 991 | a project that uses two different language servers, one for Python, |
| 992 | whose server is @command{pylsp}, the other one for Go, with | 992 | the other one for Go (presumably, the project is written in a |
| 993 | @command{gopls} as its server (presumably, the project is written in a | 993 | combination of these two languages). The server for Python in this |
| 994 | combination of these two languages): | 994 | case is @command{pylsp}, the server for Go is @command{gopls}. The |
| 995 | value of @code{eglot-workspace-configuration} in this case should be: | ||
| 995 | 996 | ||
| 996 | @lisp | 997 | @lisp |
| 997 | ((python-mode | 998 | ((python-mode |