diff options
author | Johan Bockgård <bojohan@gnu.org> | 2008-06-28 15:38:05 +0000 |
---|---|---|
committer | Johan Bockgård <bojohan@gnu.org> | 2008-06-28 15:38:05 +0000 |
commit | 3696411eeb360f4d7b3079a93b34db7d949c3ea2 (patch) | |
tree | 89c2ff86f431b67bdd28c0b3a9c7ff40a92e35a7 /doc | |
parent | d7ad7a5ec1727cacfdca4d626d200501c97cef4d (diff) | |
download | emacs-3696411eeb360f4d7b3079a93b34db7d949c3ea2.tar.gz |
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <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. 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 |