]> code.delx.au - gnu-emacs/commitdiff
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
authorJohan Bockgård <bojohan@gnu.org>
Sat, 28 Jun 2008 15:38:05 +0000 (15:38 +0000)
committerJohan Bockgård <bojohan@gnu.org>
Sat, 28 Jun 2008 15:38:05 +0000 (15:38 +0000)
doc/lispref/ChangeLog
doc/lispref/display.texi

index f604fe7a3b8226cbb05446408d41258c7602d318..e4fa5529ac4cc046ee424af6d6168dd69477f087 100644 (file)
@@ -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.
index 93b57549f7cb99b1b8c237f82cc5ea5121d99190..b09227d3f6cab853efd7c7c7ab5b36e6dace18bf 100644 (file)
@@ -4222,13 +4222,13 @@ image properties are supported.
 @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