projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6deeda4
)
; Fix typo in eglot-alternatives (Bug#59653)
author
Stefan Kangas
<stefankangas@gmail.com>
Mon, 28 Nov 2022 14:32:25 +0000
(15:32 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 7755353396faae9f4bdee59dbbaef10c5c86e14e..e10416667547cee9e1c81ce25de59a4dbb237634 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-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)))