emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 3d0e859: Minor doc clarification regarding fringe bitmaps


From: Eli Zaretskii
Subject: emacs-27 3d0e859: Minor doc clarification regarding fringe bitmaps
Date: Sat, 25 Apr 2020 05:59:10 -0400 (EDT)

branch: emacs-27
commit 3d0e859692956d706154a7af4e072a9f23f0cd78
Author: Clément Pit-Claudel <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Minor doc clarification regarding fringe bitmaps
    
    * doc/lispref/display.texi (Customizing Bitmaps): Add a note
    regarding the order of bits being the opposite of that in
    XBM images.  (Bug#40784)
---
 doc/lispref/display.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 0b7358e..e655f2f 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4342,7 +4342,8 @@ The argument @var{bits} specifies the image to use.  It 
should be
 either a string or a vector of integers, where each element (an
 integer) corresponds to one row of the bitmap.  Each bit of an integer
 corresponds to one pixel of the bitmap, where the low bit corresponds
-to the rightmost pixel of the bitmap.
+to the rightmost pixel of the bitmap.  (Note that this order of bits
+is opposite of the order in XBM images; @pxref{XBM Images}.)
 
 The height is normally the length of @var{bits}.  However, you
 can specify a different height with non-@code{nil} @var{height}.  The width



reply via email to

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