diff doc/lispref/display.texi @ 96396:e29e1bbed939

(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
author Johan Bockgård <bojohan@gnu.org>
date Sat, 28 Jun 2008 15:38:05 +0000
parents 6d9c4248a579
children 2af6e85f13d5
line wrap: on
line diff
--- a/doc/lispref/display.texi	Sat Jun 28 14:19:02 2008 +0000
+++ b/doc/lispref/display.texi	Sat Jun 28 15:38:05 2008 +0000
@@ -4222,13 +4222,13 @@
 @item :foreground @var{foreground}
 The value, @var{foreground}, should be a string specifying the image
 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
+used for each pixel in the PBM 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, 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
+used for each pixel in the PBM that is 0.  The default is the frame's
 background color.
 @end table