From: Stefan Kangas Date: Mon, 30 Sep 2024 22:24:23 +0000 (+0200) Subject: Mention LSP acronym in eglot defgroup docstring X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~34 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96b87ad5363feed7a3bc5ab1c7fa096867140cf4;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. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 4306819b556..58487924883 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)