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

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

[elpa] externals/indent-bars 0d684be9eb 290/431: docs: custom vars doc i


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 0d684be9eb 290/431: docs: custom vars doc improvmements
Date: Mon, 16 Sep 2024 12:59:40 -0400 (EDT)

branch: externals/indent-bars
commit 0d684be9eb68b55874f40587f367d2d0854ce1f5
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    docs: custom vars doc improvmements
---
 indent-bars-ts.el | 10 +++++-----
 indent-bars.el    |  1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index ec78fce0bf..bf0ece8778 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -61,9 +61,9 @@ increased more than one beyond that of the containing node's
 depth.  This is typically done for lists, parameters, function
 arguments, etc., to avoid unwanted \"extra bars\".  Types must be
 valid node types for the grammar of the language indicated.  Note
-that the options `indent-bars-no-descend-string' and
-`indent-bars-no-descend-lists', if set, take precedence over this
-option."
+that the (non-treesitter) options `indent-bars-no-descend-string'
+and `indent-bars-no-descend-lists', if set, take precedence over
+this option."
   :type '(choice (const :tag "No wrap types" nil)
                 (alist :tag "Alist of node types"
                        :key-type (symbol :tag "Language")
@@ -101,8 +101,8 @@ is set."
   :group 'indent-bars-ts)
 
 (defcustom indent-bars-ts-update-delay 0.125
-  "Minimum delay time in seconds between treesitter scope updates.
-Has effect only if `indent-bars-treesit-scope' is non-nil."
+  "Idle time in seconds for treesitter scope updates to occur.
+This has effect only if `indent-bars-treesit-scope' is non-nil."
   :type 'float
   :group 'indent-bars-ts)
 
diff --git a/indent-bars.el b/indent-bars.el
index c04e07eb37..a6b0d70eed 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1556,6 +1556,7 @@ Adapted from `highlight-indentation-mode'."
   (dolist (s indent-bars--styles)
     (face-remap-remove-relative
      (alist-get (ibs/tag s) indent-bars--remaps)))
+
   ;; Remove stipple remaps and window parameters
   (unless indent-bars--no-stipple
     (when indent-bars--stipple-remaps



reply via email to

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