; Minor fixes in recent Eglot changes

* doc/misc/eglot.texi (Project-specific configuration): Fix
whitespace.

* lisp/progmodes/eglot.el (eglot-diagnostics-map): Doc fix.
This commit is contained in:
Eli Zaretskii 2023-03-18 15:46:05 +02:00
parent d2cf1386fa
commit 33a2670368
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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)