]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve error message when LSP server not found
authorStefan Kangas <stefankangas@gmail.com>
Tue, 29 Nov 2022 19:28:16 +0000 (20:28 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 29 Nov 2022 19:33:18 +0000 (20:33 +0100)
* lisp/progmodes/eglot.el (eglot--guess-contact): Improve wording of
error message when no LSP server was found.

lisp/progmodes/eglot.el

index e10416667547cee9e1c81ce25de59a4dbb237634..e5c943ebf7acb33c6b6ec2596f53d66b42cafe53 100644 (file)
@@ -1011,7 +1011,7 @@ be guessed."
           (and base-prompt
                (cond (current-prefix-arg base-prompt)
                      ((null guess)
-                      (format "[eglot] Sorry, couldn't guess for `%s'!\n%s"
+                      (format "[eglot] Couldn't guess LSP server for `%s'\n%s"
                               main-mode base-prompt))
                      ((and program
                            (not (file-name-absolute-p program))