mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Fix typos in description of image properties.
This commit is contained in:
parent
ae73dc1c66
commit
0e467b97a5
16
etc/NEWS
16
etc/NEWS
@ -6072,16 +6072,16 @@ support strings as DATA, some types allow additional types of DATA.
|
|||||||
**** XBM, image type `xbm'.
|
**** XBM, image type `xbm'.
|
||||||
|
|
||||||
XBM images don't require an external library. Additional image
|
XBM images don't require an external library. Additional image
|
||||||
properties supported are
|
properties supported are:
|
||||||
|
|
||||||
`:foreground FG'
|
`:foreground FG'
|
||||||
|
|
||||||
FG must be a string specifying the image foreground color, or nil
|
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'
|
`: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.
|
meaning to use the default. Default is the frame's background color.
|
||||||
|
|
||||||
XBM images can be constructed from data instead of file. In this
|
XBM images can be constructed from data instead of file. In this
|
||||||
@ -6137,23 +6137,23 @@ to display compressed images.
|
|||||||
|
|
||||||
PBM images don't require an external library. Color, gray-scale and
|
PBM images don't require an external library. Color, gray-scale and
|
||||||
mono images are supported. Additional image properties supported for
|
mono images are supported. Additional image properties supported for
|
||||||
mono images are
|
mono images are:
|
||||||
|
|
||||||
`:foreground FG'
|
`:foreground FG'
|
||||||
|
|
||||||
FG must be a string specifying the image foreground color, or nil
|
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'
|
`: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.
|
meaning to use the default. Default is the frame's background color.
|
||||||
|
|
||||||
**** JPEG, image type `jpeg'
|
**** JPEG, image type `jpeg'
|
||||||
|
|
||||||
Support for JPEG images requires the external library `libjpeg',
|
Support for JPEG images requires the external library `libjpeg',
|
||||||
package `jpegsrc.v6a.tar.gz', or later. Additional image properties
|
package `jpegsrc.v6a.tar.gz', or later. There are no additional image
|
||||||
are:
|
properties defined.
|
||||||
|
|
||||||
**** TIFF, image type `tiff'
|
**** TIFF, image type `tiff'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user