]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix docstring of eglot-list-connections-mode
authorJoão Távora <joaotavora@gmail.com>
Sat, 8 Oct 2022 10:19:10 +0000 (11:19 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 8 Oct 2022 10:19:10 +0000 (11:19 +0100)
* eglot.el (eglot-list-connections-mode): Fix mistaken reference
to similar non-Eglot code.

lisp/progmodes/eglot.el

index 0dff2b0d86a1fb7dd8826446df4be0b552cbb6b4..0cba701f513c5c51299bca3d5de4ef664197bba1 100644 (file)
@@ -3330,9 +3330,8 @@ If NOERROR, return predicate, else erroring function."
 ;;; List connections mode
 
 (define-derived-mode eglot-list-connections-mode  tabulated-list-mode
-  "" "Eglot Connection List Mode
-
-\\{sly-connection-list-mode-map}"
+  "" "Eglot mode for listing server connections
+\\{eglot-list-connections-mode-map}"
   (setq-local tabulated-list-format
               `[("Language server" 16) ("Project name" 16) ("Modes handled" 16)])
   (tabulated-list-init-header))