From 3696411eeb360f4d7b3079a93b34db7d949c3ea2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bockg=C3=A5rd?= Date: Sat, 28 Jun 2008 15:38:05 +0000 Subject: [PATCH] (Other Image Types): Fix copy/paste error; say "PBM", not "XBM". --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/display.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f604fe7a3b8..e4fa5529ac4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 93b57549f7c..b09227d3f6c 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 -- 2.39.2