; 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:
parent
6deeda411c
commit
5b325a03c5
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue