]> git.eshelyaron.com Git - emacs.git/commitdiff
Add that PBM and XBM image specs may have :foreground nil, and
authorGerd Moellmann <gerd@gnu.org>
Wed, 30 May 2001 15:32:04 +0000 (15:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 30 May 2001 15:32:04 +0000 (15:32 +0000)
:background nil.

lispref/display.texi

index 662e32b1fb2e355c9f62fa0d5d92fa5898ab565c..fd73cfc5f6f85ad9eb2b54cafeaaccd7394547c6 100644 (file)
@@ -2615,13 +2615,15 @@ always supported.
 @table @code
 @item :foreground @var{foreground}
 The value, @var{foreground}, should be a string specifying the image
-foreground color.  This color is used for each pixel in the XBM that is
-1.  The default is the frame's foreground color.
+foreground color, or @code{nil} for the default color.  This color is
+used for each pixel in the XBM that is 1.  The default is the frame's
+foreground color.
 
 @item :background @var{background}
 The value, @var{background}, should be a string specifying the image
-background color.  This color is used for each pixel in the XBM that is
-0.  The default is the frame's background color.
+background color, or @code{nil} for the default color.  This color is
+used for each pixel in the XBM that is 0.  The default is the frame's
+background color.
 @end table
 
   If you specify an XBM image using data within Emacs instead of an
@@ -2758,13 +2760,15 @@ image properties are supported.
 @table @code
 @item :foreground @var{foreground}
 The value, @var{foreground}, should be a string specifying the image
-foreground color.  This color is used for each pixel in the XBM that is
-1.  The default is the frame's foreground color.
+foreground color, or @code{nil} for the default color.  This color is
+used for each pixel in the XBM that is 1.  The default is the frame's
+foreground color.
 
 @item :background @var{background}
 The value, @var{background}, should be a string specifying the image
-background color.  This color is used for each pixel in the XBM that is
-0.  The default is the frame's background color.
+background color, or @code{nil} for the default color.  This color is
+used for each pixel in the XBM that is 0.  The default is the frame's
+background color.
 @end table
 
   For JPEG images, specify image type @code{jpeg}.