summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-01-29 15:50:49 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-01-29 15:50:49 +0000
commit192ab06660f77a02344ed321302da0d33b78daeb (patch)
tree215ca19083c22824637c933572082f8576719034
parente0da78969e6ef096a528d963fedf214936107a08 (diff)
downloademacs-192ab06660f77a02344ed321302da0d33b78daeb.tar.gz
Fix typos in description of image properties.
-rw-r--r--etc/NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d990566d1f6..5535f1261e7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4192,16 +4192,16 @@ support strings as DATA, some types allow additional types of DATA.
**** XBM, image type `xbm'.
XBM images don't require an external library. Additional image
-properties supported are
+properties supported are:
`:foreground FG'
FG must be a string specifying the image foreground color, or nil
-meaning to use the default. Default is the frame's foreground.
+meaning to use the default. Default is the frame's foreground color.
`:background BG'
-BG must be a string specifying the image foreground color, or nil
+BG must be a string specifying the image background color, or nil
meaning to use the default. Default is the frame's background color.
XBM images can be constructed from data instead of file. In this
@@ -4257,23 +4257,23 @@ to display compressed images.
PBM images don't require an external library. Color, gray-scale and
mono images are supported. Additional image properties supported for
-mono images are
+mono images are:
`:foreground FG'
FG must be a string specifying the image foreground color, or nil
-meaning to use the default. Default is the frame's foreground.
+meaning to use the default. Default is the frame's foreground color.
`:background FG'
-BG must be a string specifying the image foreground color, or nil
+BG must be a string specifying the image background color, or nil
meaning to use the default. Default is the frame's background color.
**** JPEG, image type `jpeg'
Support for JPEG images requires the external library `libjpeg',
-package `jpegsrc.v6a.tar.gz', or later. Additional image properties
-are:
+package `jpegsrc.v6a.tar.gz', or later. There are no additional image
+properties defined.
**** TIFF, image type `tiff'