# HG changeset patch # User Johan Bockgrd # Date 1214667485 0 # Node ID e29e1bbed939dc707a0bcaf45aee7db8b592d98a # Parent 3dcb178d4fdcaa3b10498ec4386d860c7cf91960 (Other Image Types): Fix copy/paste error; say "PBM", not "XBM". diff -r 3dcb178d4fdc -r e29e1bbed939 doc/lispref/ChangeLog --- 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 + + * display.texi (Other Image Types): Fix copy/paste error; say + "PBM", not "XBM". + 2008-06-26 Dan Nicolaescu * os.texi: Remove references to obsolete systems. diff -r 3dcb178d4fdc -r e29e1bbed939 doc/lispref/display.texi --- 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