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

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

[elpa] externals/indent-bars eca496b2db 392/431: improve commentary


From: ELPA Syncer
Subject: [elpa] externals/indent-bars eca496b2db 392/431: improve commentary
Date: Mon, 16 Sep 2024 12:59:53 -0400 (EDT)

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

    improve commentary
---
 indent-bars.el | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index 91895e5e61..96f25cf000 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -24,14 +24,14 @@
 
 ;;; Commentary:
 
-;; indent-bars highlights indentation with configurable font-lock
-;; based vertical bars, using stipples.  The color and appearance
-;; (weight, pattern, position within the character, zigzag, etc.) are
-;; all configurable.  Includes the option for depth-varying colors and
-;; highlighting the indentation level of the current line.  Bars span
-;; blank lines, by default.  indent-bars works in any mode using fixed tab
-;; or space-based indentation.  In the terminal (or on request) it
-;; uses vertical bar characters instead of stipple patterns.
+;; indent-bars highlights indentation with configurable vertical bars,
+;; using stipples.  The color and appearance (weight, pattern,
+;; position within the character, zigzag, etc.) are all configurable.
+;; Options include depth-varying colors and highlighting the
+;; indentation depth of the current line.  Bars span blank lines, by
+;; default.  indent-bars works in any mode using fixed tab or
+;; space-based indentation.  In the terminal (or on request) it uses
+;; vertical bar characters instead of stipple patterns.
 
 ;; For Developers:
 ;;
@@ -43,13 +43,10 @@
 ;;     "current" style struct at a time.
 ;;
 ;;  2. Provide convenience functions for replicating "alternative"
-;;     custom variables the user can configure; see
+;;     custom style variables the user can configure; see
 ;;     `indent-bars--style'.  These variables can "inherit" nil or
 ;;     omitted plist variables from their parent var.
 ;;
-;; To temporarily alter the current style, it's enough to bind the
-;; variable `indent-bars-current-style' dynamically.
-;;
 ;; Note the shorthand substitution for style related slot;
 ;; see file-local-variables at the end:
 ;; 



reply via email to

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