aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2023-09-24 08:25:39 +0200
committerStefan Kangas2023-09-24 09:04:43 +0200
commit9b933a6033161407c225ff2ff3147d7d587e2e91 (patch)
treed4ee4ba984ba67db4706ac6781b5f230d46b00d9 /doc
parent1cdc5cdc56b2cd78ad8a314dea16bbb8d82b97db (diff)
downloademacs-9b933a6033161407c225ff2ff3147d7d587e2e91.tar.gz
emacs-9b933a6033161407c225ff2ff3147d7d587e2e91.zip
; Fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/eglot.texi2
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}).
1378The Eglot generic function machinery will automatically destructure 1378The Eglot generic function machinery will automatically destructure
1379the incoming message, so these two properties can simply be added to 1379the incoming message, so these two properties can simply be added to
1380the new method's lambda list as @code{&key} arguments. Also, the 1380the 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
1382easily parse the LSP @code{:uri} and @code{:start ... :end ...} 1382easily parse the LSP @code{:uri} and @code{:start ... :end ...}
1383objects to obtain Emacs objects for file names and positions. 1383objects to obtain Emacs objects for file names and positions.
1384 1384