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

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

[elpa] externals/indent-bars 568ec43b0e 109/431: Correct quote in docstr


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 568ec43b0e 109/431: Correct quote in docstring to silence compiler
Date: Mon, 16 Sep 2024 12:59:18 -0400 (EDT)

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

    Correct quote in docstring to silence compiler
---
 indent-bars.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indent-bars.el b/indent-bars.el
index 1a85d3d2d9..7e150e638c 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -185,10 +185,10 @@ with:
     over this setting.  The format is a list of faces (symbols)
     or colors (strings) to be used as a color cycle for coloring
     indentations at increasing levels.  Each face can optionally
-    be specified as a cons cell (face . 'bg) to specify using
+    be specified as a cons cell (face . \\='bg) to specify using
     that face's background color instead of its foreground.
 
-      (face_or_color | (face . 'bg) ...)
+      (face_or_color | (face . \\='bg) ...)
 
     While this list can contain a single element, it makes little
     sense to do so.  The depth palette will be used cyclically,



reply via email to

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