]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/eglot.el: Remove not very funny joke.
authorRobert Pluim <rpluim@gmail.com>
Tue, 25 Oct 2022 13:15:34 +0000 (15:15 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 25 Oct 2022 13:16:55 +0000 (15:16 +0200)
lisp/progmodes/eglot.el

index a28df6c2d520018ac6f7856c40d06ee93c9b0380..662c233f30d3466d82b9140d42a4049d664f405c 100644 (file)
@@ -81,7 +81,8 @@
 ;;   in place during Eglot's LSP-enriched tenure over a project.  Even
 ;;   so, some of those decisions will invariably aggravate a minority
 ;;   of Emacs power users, but these users can use `eglot-stay-out-of'
-;;   and `eglot-managed-mode-hook' to quench their OCD.
+;;   and `eglot-managed-mode-hook' to adjust things to their
+;;   preferences.
 ;;
 ;; * On occasion, to enable new features, Eglot can have soft
 ;;   dependencies on popular libraries that are not in Emacs core.