unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59653: 29.0.50; [PATCH] eglot: Add missing space to prompt string
@ 2022-11-28 10:14 Arash Esbati
  2022-11-28 14:44 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Arash Esbati @ 2022-11-28 10:14 UTC (permalink / raw)
  To: 59653

Hi all,

may I suggest this small change to eglot.el:

--8<---------------cut here---------------start------------->8---
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 7755353396..e104166675 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -166,7 +166,7 @@ eglot-alternatives
                (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)))
--8<---------------cut here---------------end--------------->8---

Best, Arash





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-28 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28 10:14 bug#59653: 29.0.50; [PATCH] eglot: Add missing space to prompt string Arash Esbati
2022-11-28 14:44 ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).