]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor fixes in recent Eglot changes
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Mar 2023 13:46:05 +0000 (15:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Mar 2023 13:46:05 +0000 (15:46 +0200)
* doc/misc/eglot.texi (Project-specific configuration): Fix
whitespace.

* lisp/progmodes/eglot.el (eglot-diagnostics-map): Doc fix.

doc/misc/eglot.texi
lisp/progmodes/eglot.el

index 10eab5675a339fc4515dcb15f66433d9d7dcbb25..defdf59e865cf88717bc066f53398b11f9729c2a 100644 (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:
index abeb79bc4525724dd46234bde69a4f4880635a4e..1a7c46c36c6fb803b283a977dddad8d7136fe19f 100644 (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)