]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor doc clarification regarding fringe bitmaps
authorClément Pit-Claudel <cpitclaudel@gmail.com>
Wed, 22 Apr 2020 21:46:07 +0000 (17:46 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Apr 2020 09:57:21 +0000 (12:57 +0300)
* 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

index 0b7358ea171b05d35186aaaee808653a5b6854f9..e655f2f0cae0ae50b46d5d7a02dd22ce62553838 100644 (file)
@@ -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