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:
parent
9c904e8cea
commit
96b87ad536
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
||||||
|
|
||||||
;;; User tweakable stuff
|
;;; User tweakable stuff
|
||||||
(defgroup eglot nil
|
(defgroup eglot nil
|
||||||
"Interaction with Language Server Protocol servers."
|
"Interaction with Language Server Protocol (LSP) servers."
|
||||||
:prefix "eglot-"
|
:prefix "eglot-"
|
||||||
:group 'tools)
|
:group 'tools)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue