; Fix typo in eglot-alternatives (Bug#59653)

* lisp/progmodes/eglot.el (eglot-alternatives): Fix typo.
Problem reported by Arash Esbati <arash@gnu.org>.
This commit is contained in:
Stefan Kangas 2022-11-28 15:32:25 +01:00
parent 6deeda411c
commit 5b325a03c5

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