From: João Távora Date: Sat, 8 Oct 2022 10:19:10 +0000 (+0100) Subject: Fix docstring of eglot-list-connections-mode X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0848387fa23c2cf00e7fae7192b21cad91e5b921;p=emacs.git Fix docstring of eglot-list-connections-mode * eglot.el (eglot-list-connections-mode): Fix mistaken reference to similar non-Eglot code. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 0dff2b0d86a..0cba701f513 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))