]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention LSP acronym in eglot defgroup docstring
authorStefan Kangas <stefankangas@gmail.com>
Mon, 30 Sep 2024 22:24:23 +0000 (00:24 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:44:48 +0000 (08:44 +0200)
* 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)

lisp/progmodes/eglot.el

index 9925b93d43d8fd43f113d15e0d04d00f0841c24c..d2ab8876c64c577e53a2ad13875386e72b354ba4 100644 (file)
 \f
 ;;; User tweakable stuff
 (defgroup eglot nil
-  "Interaction with Language Server Protocol servers."
+  "Interaction with Language Server Protocol (LSP) servers."
   :prefix "eglot-"
   :group 'tools)