aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/display.texi3
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
4342either a string or a vector of integers, where each element (an 4342either a string or a vector of integers, where each element (an
4343integer) corresponds to one row of the bitmap. Each bit of an integer 4343integer) corresponds to one row of the bitmap. Each bit of an integer
4344corresponds to one pixel of the bitmap, where the low bit corresponds 4344corresponds to one pixel of the bitmap, where the low bit corresponds
4345to the rightmost pixel of the bitmap. 4345to the rightmost pixel of the bitmap. (Note that this order of bits
4346is opposite of the order in XBM images; @pxref{XBM Images}.)
4346 4347
4347The height is normally the length of @var{bits}. However, you 4348The height is normally the length of @var{bits}. However, you
4348can specify a different height with non-@code{nil} @var{height}. The width 4349can specify a different height with non-@code{nil} @var{height}. The width