1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".

This commit is contained in:
Johan Bockgård 2008-06-28 15:38:05 +00:00
parent d7ad7a5ec1
commit 3696411eeb
2 changed files with 7 additions and 2 deletions

View 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.

View 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