From 8c5c4a750b275a15484e44d3fc65d5915513db16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Wed, 27 Dec 2023 07:53:30 -0600 Subject: [PATCH] Eglot: fix typo * lisp/progmodes/eglot.el (eglot--guess-contact): Fix typo. (cherry picked from commit d4485838e14718f0a4a53004c4ab4fc8d049ca18) --- lisp/progmodes/eglot.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 9b11a22dafb..8ff2711ea85 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1288,7 +1288,8 @@ be guessed." "\n" base-prompt) (eglot--error (concat "`%s' not found in PATH, but can't form" - " an interactive prompt for to fix %s!") + " an interactive prompt for help you fix" + " this.") program guess)))))) (input (and prompt (read-shell-command prompt full-program-invocation -- 2.39.5