emacs-diffs
[Top][All Lists]
Advanced

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

feature/eglot2emacs 0848387fa2 115/120: Fix docstring of eglot-list-conn


From: João Távora
Subject: feature/eglot2emacs 0848387fa2 115/120: Fix docstring of eglot-list-connections-mode
Date: Thu, 20 Oct 2022 07:17:08 -0400 (EDT)

branch: feature/eglot2emacs
commit 0848387fa23c2cf00e7fae7192b21cad91e5b921
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Fix docstring of eglot-list-connections-mode
    
    * eglot.el (eglot-list-connections-mode): Fix mistaken reference
    to similar non-Eglot code.
---
 lisp/progmodes/eglot.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 0dff2b0d86..0cba701f51 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -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))



reply via email to

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