emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d4485838e14 3/4: Eglot: fix typo


From: João Távora
Subject: master d4485838e14 3/4: Eglot: fix typo
Date: Wed, 27 Dec 2023 09:03:39 -0500 (EST)

branch: master
commit d4485838e14718f0a4a53004c4ab4fc8d049ca18
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Eglot: fix typo
    
    * lisp/progmodes/eglot.el (eglot--guess-contact): Fix typo.
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]