aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/lispref/display.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 5f92f23c694..b74e4b9632f 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4911,7 +4911,7 @@ either a string or a vector of integers, where each element (an
4911integer) corresponds to one row of the bitmap. Each bit of an integer 4911integer) corresponds to one row of the bitmap. Each bit of an integer
4912corresponds to one pixel of the bitmap, where the low bit corresponds 4912corresponds to one pixel of the bitmap, where the low bit corresponds
4913to the rightmost pixel of the bitmap. (Note that this order of bits 4913to the rightmost pixel of the bitmap. (Note that this order of bits
4914is opposite of the order in XBM images; @pxref{XBM Images}.) 4914is the opposite of the order in XBM images; @pxref{XBM Images}.)
4915 4915
4916The height is normally the length of @var{bits}. However, you 4916The height is normally the length of @var{bits}. However, you
4917can specify a different height with non-@code{nil} @var{height}. The width 4917can specify a different height with non-@code{nil} @var{height}. The width
@@ -6367,8 +6367,8 @@ used for each pixel in the XBM that is 0. The default is the frame's
6367background color. 6367background color.
6368@end table 6368@end table
6369 6369
6370 If you specify an XBM image using data within Emacs instead of an 6370 To specify an XBM image using data within Emacs instead of an
6371external file, use the following three properties: 6371external file, use the following properties:
6372 6372
6373@table @code 6373@table @code
6374@item :data @var{data} 6374@item :data @var{data}
@@ -6999,6 +6999,7 @@ Supports the @code{:index} property. @xref{Multi-Frame Images}.
6999 6999
7000@item WebP 7000@item WebP
7001Image type @code{webp}. 7001Image type @code{webp}.
7002Supports the @code{:index} property. @xref{Multi-Frame Images}.
7002@end table 7003@end table
7003 7004
7004@node Defining Images 7005@node Defining Images
@@ -7320,8 +7321,8 @@ about these image-specific key bindings.
7320@cindex image frames 7321@cindex image frames
7321Some image files can contain more than one image. We say that there 7322Some image files can contain more than one image. We say that there
7322are multiple ``frames'' in the image. At present, Emacs supports 7323are multiple ``frames'' in the image. At present, Emacs supports
7323multiple frames for GIF, TIFF, and certain ImageMagick formats such as 7324multiple frames for GIF, TIFF, WebP, and certain ImageMagick formats
7324DJVM@. 7325such as DJVM@.
7325 7326
7326The frames can be used either to represent multiple pages (this is 7327The frames can be used either to represent multiple pages (this is
7327usually the case with multi-frame TIFF files, for example), or to 7328usually the case with multi-frame TIFF files, for example), or to