emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 33a26703689: ; Minor fixes in recent Eglot changes


From: Eli Zaretskii
Subject: emacs-29 33a26703689: ; Minor fixes in recent Eglot changes
Date: Sat, 18 Mar 2023 09:46:42 -0400 (EDT)

branch: emacs-29
commit 33a26703689298819528bae689cd9a031c90b253
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Minor fixes in recent Eglot changes
    
    * doc/misc/eglot.texi (Project-specific configuration): Fix
    whitespace.
    
    * lisp/progmodes/eglot.el (eglot-diagnostics-map): Doc fix.
---
 doc/misc/eglot.texi     | 2 +-
 lisp/progmodes/eglot.el | 2 +-
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]