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

    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