emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eglot-inactive-regions 193827fdeb 58/66: missing clangd re


From: ELPA Syncer
Subject: [nongnu] elpa/eglot-inactive-regions 193827fdeb 58/66: missing clangd references after rename
Date: Fri, 6 Dec 2024 06:59:58 -0500 (EST)

branch: elpa/eglot-inactive-regions
commit 193827fdeba4efabd26dc98168482e224a6c6043
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Commit: Filippo Argiolas <filippo.argiolas@gmail.com>

    missing clangd references after rename
---
 eglot-inactive-regions.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eglot-inactive-regions.el b/eglot-inactive-regions.el
index e627d3e917..df9e40fbff 100644
--- a/eglot-inactive-regions.el
+++ b/eglot-inactive-regions.el
@@ -109,7 +109,7 @@ factor.  All other face attributes you can customize.")
 (setq-default eglot-inactive-regions--active nil)
 
 (define-minor-mode eglot-inactive-regions-mode
-  "Minor mode to enable Eglot support for clangd inactiveRegions extension."
+  "Minor mode to enable Eglot powered ifdef highlighting."
   :global t
   :group 'inactive-regions
   (cond (eglot-inactive-regions-mode
@@ -186,7 +186,7 @@ present return the higher priority one."
 
 (defun eglot-inactive-regions--make-darken-face (parent-face)
   "New face from PARENT-FACE with dimmed foreground.
-If the correspondend \"clangd-inactive\" face doesn't not exist yet create it."
+If the correspondend \"eglot-inactive\" face doesn't not exist yet create it."
   (let* ((fg (face-foreground parent-face nil 'default))
          (bg (face-background parent-face nil 'default))
          (alpha eglot-inactive-regions-opacity)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]