emacs-diffs
[Top][All Lists]
Advanced

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

master e5e3c9cef64 1/2: Fix typo in docstring


From: Theodor Thornhill
Subject: master e5e3c9cef64 1/2: Fix typo in docstring
Date: Sat, 30 Mar 2024 15:52:35 -0400 (EDT)

branch: master
commit e5e3c9cef64e3ef3f54b91f98e28e030aba8c93f
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Fix typo in docstring
    
    * lisp/progmodes/eglot.el (eglot-lsp-server): eglot-current-server is
    now exposed.
---
 lisp/progmodes/eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 7d2f1a55165..515c33f8cde 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1064,7 +1064,7 @@ ACTION is an LSP object of either `CodeAction' or 
`Command' type."
 
 (declare-function w32-long-file-name "w32proc.c" (fn))
 (defun eglot-uri-to-path (uri)
-  "Convert URI to file path, helped by `eglot--current-server'."
+  "Convert URI to file path, helped by `eglot-current-server'."
   (when (keywordp uri) (setq uri (substring (symbol-name uri) 1)))
   (let* ((server (eglot-current-server))
          (remote-prefix (and server (eglot--trampish-p server)))



reply via email to

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