projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d764a2b
)
; Fix a typo in last change.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 11 Nov 2022 08:22:29 +0000
(10:22 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 11 Nov 2022 08:22:29 +0000
(10:22 +0200)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 23f6d8e76d438bffff659f9278caf6adb8ea30e8..7c80c8826ade4b5a2bafd58ab114f012806bcf9e 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1503,7
+1503,7
@@
If optional MARKER, return a marker instead"
(let ((truepath (file-truename path)))
(if (url-type (url-generic-parse-url truepath))
;; Path is already a URI, so forward it to the LSP server
- ;; untouched. The server sho
p
uld be able to handle it, since
+ ;; untouched. The server should be able to handle it, since
;; it provided this URI to clients in the first place.
truepath
(concat "file://"