diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 14:56:06 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 15:16:54 +0100 |
commit | 725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275 (patch) | |
tree | 972ca388712567c81d9eb6dc90c6d6566d8bfa76 /lisp/progmodes/eglot.el | |
parent | 6653ee66ca5ebd42322613a09d4c0d2e35af924b (diff) | |
download | emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.tar.gz emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.tar.bz2 emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.zip |
; Fix typos in symbol names
Diffstat (limited to 'lisp/progmodes/eglot.el')
-rw-r--r-- | lisp/progmodes/eglot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 64fd548e824..1e90e26a537 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1592,7 +1592,7 @@ If optional MARKER, return a marker instead" (let ((vec (copy-sequence url-path-allowed-chars))) (aset vec ?: nil) ;; see github#639 vec) - "Like `url-path-allows-chars' but more restrictive.") + "Like `url-path-allowed-chars' but more restrictive.") (defun eglot--path-to-uri (path) "URIfy PATH." |