]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in eglot-alternatives (Bug#59653)
authorStefan Kangas <stefankangas@gmail.com>
Mon, 28 Nov 2022 14:32:25 +0000 (15:32 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 28 Nov 2022 14:34:09 +0000 (15:34 +0100)
* lisp/progmodes/eglot.el (eglot-alternatives): Fix typo.
Problem reported by Arash Esbati <arash@gnu.org>.

lisp/progmodes/eglot.el

index 7755353396faae9f4bdee59dbbaef10c5c86e14e..e10416667547cee9e1c81ce25de59a4dbb237634 100644 (file)
@@ -166,7 +166,7 @@ chosen (interactively or automatically)."
                (cond ((cdr available)
                       (cdr (assoc
                             (completing-read
-                             "[eglot] More than one server executable available:"
+                             "[eglot] More than one server executable available: "
                              (mapcar #'car available)
                              nil t nil nil (car (car available)))
                             available #'equal)))