summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-03-18 15:46:05 +0200
committerEli Zaretskii <eliz@gnu.org>2023-03-18 15:46:05 +0200
commit33a26703689298819528bae689cd9a031c90b253 (patch)
tree53baea039e68dccc2d8d048eab1e49afa6b9b2e7
parentd2cf1386fa433530e256ffd7bd197dcd1027231d (diff)
downloademacs-33a26703689298819528bae689cd9a031c90b253.tar.gz
; Minor fixes in recent Eglot changes
* doc/misc/eglot.texi (Project-specific configuration): Fix whitespace. * lisp/progmodes/eglot.el (eglot-diagnostics-map): Doc fix.
-rw-r--r--doc/misc/eglot.texi2
-rw-r--r--lisp/progmodes/eglot.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index 10eab5675a3..defdf59e865 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -1062,7 +1062,7 @@ plists. Some examples are useful.
Let's say you want to configure two language servers to be used in a
project written in a combination of the Python and Go languages. You
want to use the @command{pylsp} and @command{gopls} languages
-servers. In the documentation of the servers in question (or in some
+servers. In the documentation of the servers in question (or in some
other editor's configuration file, or in some blog article), you find
the following configuration options in informal dotted-notation
syntax:
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index abeb79bc452..1a7c46c36c6 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -2092,7 +2092,7 @@ still unanswered LSP requests to the server\n"))))))))
(let ((map (make-sparse-keymap)))
(define-key map [mouse-2] 'eglot-code-actions-at-mouse)
map)
- "Map active in Eglot-backed Flymake diagnostic overlays.")
+ "Keymap active in Eglot-backed Flymake diagnostic overlays.")
(cl-loop for i from 1
for type in '(eglot-note eglot-warning eglot-error)