diff options
| author | Stefan Kangas | 2023-09-24 08:25:39 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-09-24 09:04:43 +0200 |
| commit | 9b933a6033161407c225ff2ff3147d7d587e2e91 (patch) | |
| tree | d4ee4ba984ba67db4706ac6781b5f230d46b00d9 /doc | |
| parent | 1cdc5cdc56b2cd78ad8a314dea16bbb8d82b97db (diff) | |
| download | emacs-9b933a6033161407c225ff2ff3147d7d587e2e91.tar.gz emacs-9b933a6033161407c225ff2ff3147d7d587e2e91.zip | |
; Fix typos
Diffstat (limited to 'doc')
| -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 89813a17944..3c1d44cd363 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi | |||
| @@ -1378,7 +1378,7 @@ Elisp plists (@pxref{JSONRPC objects in Elisp}). | |||
| 1378 | The Eglot generic function machinery will automatically destructure | 1378 | The Eglot generic function machinery will automatically destructure |
| 1379 | the incoming message, so these two properties can simply be added to | 1379 | the incoming message, so these two properties can simply be added to |
| 1380 | the new method's lambda list as @code{&key} arguments. Also, the | 1380 | the new method's lambda list as @code{&key} arguments. Also, the |
| 1381 | @code{eglot-uri-to-path} and@code{eglot-range-region} may be used to | 1381 | @code{eglot-uri-to-path} and @code{eglot-range-region} may be used to |
| 1382 | easily parse the LSP @code{:uri} and @code{:start ... :end ...} | 1382 | easily parse the LSP @code{:uri} and @code{:start ... :end ...} |
| 1383 | objects to obtain Emacs objects for file names and positions. | 1383 | objects to obtain Emacs objects for file names and positions. |
| 1384 | 1384 | ||