+2008-06-28 Johan Bockgård <bojohan@gnu.org>
+
+ * display.texi (Other Image Types): Fix copy/paste error; say
+ "PBM", not "XBM".
+
2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
* os.texi: Remove references to obsolete systems.
@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