changeset 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 3dcb178d4fdc
children 6b41aca23569
files doc/lispref/ChangeLog doc/lispref/display.texi
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Sat Jun 28 14:19:02 2008 +0000
+++ b/doc/lispref/ChangeLog	Sat Jun 28 15:38:05 2008 +0000
@@ -1,3 +1,8 @@
+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.
--- 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