diff options
| author | Eli Zaretskii | 2022-10-20 17:08:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-10-20 17:08:15 +0300 |
| commit | c44ea4548da12ad5d43cacbc1f26831bb8c1f7fe (patch) | |
| tree | 3bdca951ff90e726487da6489227efce6cffb5f4 | |
| parent | a549316c7dce18a47ef88d35aca7d867468432a1 (diff) | |
| download | emacs-c44ea4548da12ad5d43cacbc1f26831bb8c1f7fe.tar.gz emacs-c44ea4548da12ad5d43cacbc1f26831bb8c1f7fe.zip | |
; * doc/misc/eglot.texi: Fix a typo.
| -rw-r--r-- | doc/misc/eglot.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 25c04940c96..e5c38a6e3d6 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi | |||
| @@ -122,7 +122,7 @@ you want to use Eglot, you just need to make sure those servers are | |||
| 122 | installed on your system. Alternatively, install one or more servers | 122 | installed on your system. Alternatively, install one or more servers |
| 123 | of your choice and add them to the value of | 123 | of your choice and add them to the value of |
| 124 | @code{eglot-server-programs}, as described in @ref{Setting Up LSP | 124 | @code{eglot-server-programs}, as described in @ref{Setting Up LSP |
| 125 | Server}. | 125 | Servers}. |
| 126 | 126 | ||
| 127 | @item | 127 | @item |
| 128 | Turn on Eglot for your project. | 128 | Turn on Eglot for your project. |