branch: externals/indent-bars commit 75498edc352a9c458c42ce5f8918a40c68f18dcc Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
docstrings: custom vars --- indent-bars.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indent-bars.el b/indent-bars.el index 45c78497be..982b7f0727 100644 --- a/indent-bars.el +++ b/indent-bars.el @@ -379,16 +379,16 @@ showing for highlight." (defcustom indent-bars-no-descend-string t "Configure bar behavior inside strings. -If non-nil, bars will go no deeper than their starting line of a -string." +If non-nil, displayed bars inside the string will go no deeper +than the indent level of the string's starting line." :local t :type 'boolean :group 'indent-bars) (defcustom indent-bars-no-descend-lists t "Configure bar behavior inside lists. -If non-nil, bars will go no deeper than the starting line of a -list." +If non-nil, displayed bars will go no deeper than the indent +level at the starting line of the innermost containing list." :local t :type 'boolean :group 'indent-bars)