1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

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.
This commit is contained in:
Stefan Kangas 2024-10-01 00:24:23 +02:00
parent 9c904e8cea
commit 96b87ad536

View File

@ -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)