projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c904e8
)
Mention LSP acronym in eglot defgroup docstring
author
Stefan Kangas
<stefankangas@gmail.com>
Mon, 30 Sep 2024 22:24:23 +0000
(
00:24
+0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Mon, 30 Sep 2024 22:24:23 +0000
(
00:24
+0200)
* lisp/progmodes/eglot.el (eglot): Improve defgroup description by
mentioning the LSP acronym, for users that might be searching for that.
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 4306819b556af86a10eec05481fece3b8b8bd14a..58487924883ac7ac721eba71f0d774f05a4bd407 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-178,7
+178,7
@@
\f
;;; User tweakable stuff
(defgroup eglot nil
- "Interaction with Language Server Protocol servers."
+ "Interaction with Language Server Protocol
(LSP)
servers."
:prefix "eglot-"
:group 'tools)