]> git.eshelyaron.com Git - emacs.git/commitdiff
One more improvement of left/right-fringe display spec docs
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 Jul 2020 14:39:13 +0000 (17:39 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 Jul 2020 14:39:13 +0000 (17:39 +0300)
* doc/lispref/display.texi (Fringe Bitmaps): Yet another
clarification of how to use FACE in left/right-fringe display
spec.

doc/lispref/display.texi

index ecb9cff8a2a3e012b379dccc25c247b8fca2bfe5..2ef27c00b8ebc9ac37f47bc8366621d0a82b65a3 100644 (file)
@@ -4282,7 +4282,11 @@ background colors are to be used to display the bitmap, using the
 attributes of the @code{fringe} face for colors that @var{face} didn't
 specify.  If @var{face} is omitted, that means to use the attributes
 of the @code{default} face for the colors which the @code{fringe} face
-didn't specify.
+didn't specify.  For predictable results that don't depend on the
+attributes of the @code{default} and @code{fringe} faces, we recommend
+you never omit @var{face}, but always provide a specific face.  In
+particular, if you want the bitmap to be always displayed in the
+@code{fringe} face, use @code{fringe} as @var{face}.
 
   For instance, to display an arrow in the left fringe, using the
 @code{warning} face, you could say something like: