branch: externals/indent-bars
commit 86113c74ee4205d520e2c59fd5df4ceb66ebda0e
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    docs: minor tweaks
---
 indent-bars-ts.el | 4 ++--
 indent-bars.el    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 2508c1c0ae..517c3ecbf7 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -16,10 +16,10 @@
 ;; For Developers:
 ;;
 ;; Note the shorthand substitutions for style related prefixes (slot
-;; accessors and variable; see file-local-variables at the end):
+;; accessors and variables); see file-local-variables at the end:
 ;; 
 ;;    ibts/  => indent-bars-ts-scope- (slot accessors)
-;;    ibtcs  => indent-bars-ts-current-scope (struct)
+;;    ibtcs  => indent-bars-ts-current-scope (scope struct)
 
 ;;; Code:
 
diff --git a/indent-bars.el b/indent-bars.el
index 0f2ede4e71..6a5f176149 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -50,8 +50,8 @@
 ;; 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):
+;; Note the shorthand substitution for style related slot;
+;; see file-local-variables at the end:
 ;; 
 ;;    ibs/  => indent-bars-style-
 
@@ -317,7 +317,7 @@ between the usual color for that bar and the frame 
background.
 The original colors are specified in `indent-bars-color-by-depth'
 or `indent-bars-color'.  In this manner the current-depth
 highlight can be made a more (or less) prominent version of the
-default coloring.
+default coloring, just by setting BLEND.
 
 If any of WIDTH, PAD, PATTERN, or ZIGZAG are set, the stipple bar
 pattern at the current level will be altered as well.  Note that

Reply via email to