From: Johan Bockgård Date: Sat, 28 Jun 2008 15:38:05 +0000 (+0000) Subject: (Other Image Types): Fix copy/paste error; say "PBM", not "XBM". X-Git-Tag: emacs-pretest-23.0.90~4420 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3696411eeb360f4d7b3079a93b34db7d949c3ea2;p=emacs.git (Other Image Types): Fix copy/paste error; say "PBM", not "XBM". --- 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