From 5b325a03c50d5d828d2a7934bb74f30a45fa108d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 28 Nov 2022 15:32:25 +0100 Subject: [PATCH] ; Fix typo in eglot-alternatives (Bug#59653) * lisp/progmodes/eglot.el (eglot-alternatives): Fix typo. Problem reported by Arash Esbati . --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 7755353396f..e1041666754 100644 --- 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))) -- 2.39.5