aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/display.texi20
1 files changed, 12 insertions, 8 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 662e32b1fb2..fd73cfc5f6f 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2615,13 +2615,15 @@ always supported.
2615@table @code 2615@table @code
2616@item :foreground @var{foreground} 2616@item :foreground @var{foreground}
2617The value, @var{foreground}, should be a string specifying the image 2617The value, @var{foreground}, should be a string specifying the image
2618foreground color. This color is used for each pixel in the XBM that is 2618foreground color, or @code{nil} for the default color. This color is
26191. The default is the frame's foreground color. 2619used for each pixel in the XBM that is 1. The default is the frame's
2620foreground color.
2620 2621
2621@item :background @var{background} 2622@item :background @var{background}
2622The value, @var{background}, should be a string specifying the image 2623The value, @var{background}, should be a string specifying the image
2623background color. This color is used for each pixel in the XBM that is 2624background color, or @code{nil} for the default color. This color is
26240. The default is the frame's background color. 2625used for each pixel in the XBM that is 0. The default is the frame's
2626background color.
2625@end table 2627@end table
2626 2628
2627 If you specify an XBM image using data within Emacs instead of an 2629 If you specify an XBM image using data within Emacs instead of an
@@ -2758,13 +2760,15 @@ image properties are supported.
2758@table @code 2760@table @code
2759@item :foreground @var{foreground} 2761@item :foreground @var{foreground}
2760The value, @var{foreground}, should be a string specifying the image 2762The value, @var{foreground}, should be a string specifying the image
2761foreground color. This color is used for each pixel in the XBM that is 2763foreground color, or @code{nil} for the default color. This color is
27621. The default is the frame's foreground color. 2764used for each pixel in the XBM that is 1. The default is the frame's
2765foreground color.
2763 2766
2764@item :background @var{background} 2767@item :background @var{background}
2765The value, @var{background}, should be a string specifying the image 2768The value, @var{background}, should be a string specifying the image
2766background color. This color is used for each pixel in the XBM that is 2769background color, or @code{nil} for the default color. This color is
27670. The default is the frame's background color. 2770used for each pixel in the XBM that is 0. The default is the frame's
2771background color.
2768@end table 2772@end table
2769 2773
2770 For JPEG images, specify image type @code{jpeg}. 2774 For JPEG images, specify image type @code{jpeg}.