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

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

[elpa] externals/indent-bars 44d7d633fc 123/431: Small doc


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 44d7d633fc 123/431: Small doc
Date: Mon, 16 Sep 2024 12:59:20 -0400 (EDT)

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

    Small doc
---
 indent-bars.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index ed5a344c2f..cce5af454d 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -759,10 +759,11 @@ Moves point."
 If treesit support is enabled, searches for parent nodes with
 types specified in `indent-bars-treesit-wrap' for the current
 buffer's language, and, if found, limits the indentation depth to
-one more than the topmost matching parent node's depth.  If
-`indent-bars-no-descend-string' is non-nil, also look for
-enclosing string and mark indent depth no deeper than one more
-than the starting line's depth.  May move point."
+one more than the topmost matching parent node's initial line's
+indentation depth.  If `indent-bars-no-descend-string' is
+non-nil, also look for enclosing string and mark indent depth no
+deeper than one more than the starting line's depth.  May move
+point."
   (let* ((d (/ (current-indentation) indent-bars-spacing))
         (p (point)))
     (or



reply via email to

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