From: Eli Zaretskii Date: Sat, 18 Mar 2023 13:46:05 +0000 (+0200) Subject: ; Minor fixes in recent Eglot changes X-Git-Tag: emacs-29.0.90~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33a26703689298819528bae689cd9a031c90b253;p=emacs.git ; Minor fixes in recent Eglot changes * doc/misc/eglot.texi (Project-specific configuration): Fix whitespace. * lisp/progmodes/eglot.el (eglot-diagnostics-map): Doc fix. --- 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)