[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars fa1d59893f 026/431: Some custom doc improve
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars fa1d59893f 026/431: Some custom doc improvements |
Date: |
Mon, 16 Sep 2024 12:59:09 -0400 (EDT) |
branch: externals/indent-bars
commit fa1d59893f8cfa8bae22444aa39d3f4d333224e1
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Some custom doc improvements
---
indent-bars.el | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index d50b7e210c..5170f4884c 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -44,13 +44,6 @@
:group 'basic-faces
:prefix "indent-bars-")
-(defcustom indent-bars-spacing-override nil
- "Override for default, major-mode based indentation spacing.
-Set only if the default guessed spacing is incorrect."
- :local t
- :type 'integer
- :group 'indent-bars)
-
(defcustom indent-bars-width-frac 0.25
"The width of the indent bar as a fraction of the character width."
:type '(float :tag "Width Fraction"
@@ -72,8 +65,8 @@ Space signifies blank regions, and any other character
signifies
filled regions. The pattern length is scaled to match the
character height. Example: \". . \" would specify alternating
filled and blank regions each approximately one-quarter of the
-character height. Note that non-blank characters need not be the
-same (e.g., see `indent-bars-zigzag')."
+character height. Note that the non-blank characters need not be
+the same (e.g., see `indent-bars-zigzag')."
:type '(string :tag "Fill Pattern")
:group 'indent-bars)
@@ -83,7 +76,7 @@ If non-nil, an alternating zigzag offset will be applied to
consecutive groups of identical non-space characters in
`indent-bars-pattern'. Starting from the top of the pattern,
positive values will zigzag (right, left, right, ..) and negative
-values (left, right, left, ...). There is no wrap-around.
+values (left, right, left, ...).
Example:
@@ -102,9 +95,9 @@ bar pattern as follows:
| .. | zag -0.25 |.. |
Note that the pattern will be truncated at both left and right
-boundaries, so (although not required) achieving an equal zigzag
-left and right requires leaving padding on each side of the bar
-for the zig-zag; see `indent-bars-pad-frac' and
+boundaries, so (although this is not required) achieving an equal
+zigzag left and right requires leaving sufficient padding on each
+side of the bar; see `indent-bars-pad-frac' and
`indent-bars-width-frac'."
:type '(choice
(const :tag "No Zigzag" :value nil)
@@ -287,6 +280,13 @@ defaults for any missing values; see these variables."
(:zigzag (float :tag "Zig-Zag")))))
:group 'indent-bars)
+(defcustom indent-bars-spacing-override nil
+ "Override for default, major-mode based indentation spacing.
+Set only if the default guessed spacing is incorrect."
+ :local t
+ :type 'integer
+ :group 'indent-bars)
+
(defcustom indent-bars-display-on-blank-lines t
"Whether to display bars on blank lines."
:type 'boolean
- [elpa] externals/indent-bars b913264e5a 167/431: highlight-current-depth: add palette (no blending), (continued)
- [elpa] externals/indent-bars b913264e5a 167/431: highlight-current-depth: add palette (no blending), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5bce1c1324 005/431: Notes on updates :stipple usage given gutter offsets, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ee18d37d12 006/431: Greatly simplify row-data, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3fef0ab598 007/431: improve stipple description comment, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 14dad9430e 011/431: spacing: use override and default to 4 chars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 563328e19e 009/431: resize-stipple: let faces extend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fde60a178f 013/431: tint the main color with depth-based color first, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 257b723c72 014/431: Use stipple-rot for rotating stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2452b96761 021/431: Simplify create-faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 00a26de005 020/431: rename indentation->depth, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fa1d59893f 026/431: Some custom doc improvements,
ELPA Syncer <=
- [elpa] externals/indent-bars 73af2efff2 029/431: change bar pattern and blend defaults, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 69d3b3924c 091/431: format FAQs, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c5ccaf5926 067/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f4f2cba7c9 060/431: Add zz example, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6ec3e9b24b 052/431: Add more info on dual-buffer stipple issue, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 96d64efa43 064/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 169b85f092 068/431: README: update stipple test, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 759a80e5cf 082/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9935c0f9a2 105/431: teardown no-stipple-chars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 01583822ab 095/431: New example image, ELPA Syncer, 2024/09/16