From: Stefan Kangas Date: Mon, 30 Sep 2024 22:24:23 +0000 (+0200) Subject: Mention LSP acronym in eglot defgroup docstring X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d5b9541d1a6085b834f020b4eb60d5d8bd2968c;p=emacs.git Mention LSP acronym in eglot defgroup docstring * lisp/progmodes/eglot.el (eglot): Improve defgroup description by mentioning the LSP acronym, for users that might be searching for that. (cherry picked from commit 96b87ad5363feed7a3bc5ab1c7fa096867140cf4) --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 9925b93d43d..d2ab8876c64 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -178,7 +178,7 @@ ;;; User tweakable stuff (defgroup eglot nil - "Interaction with Language Server Protocol servers." + "Interaction with Language Server Protocol (LSP) servers." :prefix "eglot-" :group 'tools)