diff options
| author | Clément Pit-Claudel | 2020-04-22 17:46:07 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2020-04-25 12:57:21 +0300 |
| commit | 3d0e859692956d706154a7af4e072a9f23f0cd78 (patch) | |
| tree | 378f731bc35c953e29ca912dec8a730670f96aea | |
| parent | 4d86c7f8227a90b02854ab42f25b32e218cb3687 (diff) | |
| download | emacs-3d0e859692956d706154a7af4e072a9f23f0cd78.tar.gz emacs-3d0e859692956d706154a7af4e072a9f23f0cd78.zip | |
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)
| -rw-r--r-- | doc/lispref/display.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 0b7358ea171..e655f2f0cae 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 | |||
| 4342 | either a string or a vector of integers, where each element (an | 4342 | either a string or a vector of integers, where each element (an |
| 4343 | integer) corresponds to one row of the bitmap. Each bit of an integer | 4343 | integer) corresponds to one row of the bitmap. Each bit of an integer |
| 4344 | corresponds to one pixel of the bitmap, where the low bit corresponds | 4344 | corresponds to one pixel of the bitmap, where the low bit corresponds |
| 4345 | to the rightmost pixel of the bitmap. | 4345 | to the rightmost pixel of the bitmap. (Note that this order of bits |
| 4346 | is opposite of the order in XBM images; @pxref{XBM Images}.) | ||
| 4346 | 4347 | ||
| 4347 | The height is normally the length of @var{bits}. However, you | 4348 | The height is normally the length of @var{bits}. However, you |
| 4348 | can specify a different height with non-@code{nil} @var{height}. The width | 4349 | can specify a different height with non-@code{nil} @var{height}. The width |