diff options
| author | Gerd Moellmann | 2001-05-30 15:32:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-30 15:32:04 +0000 |
| commit | 0d88b7d028166dc5c898614ef06bebfd68cc7c16 (patch) | |
| tree | 77a0979fb2dd24fd6f2739d05f044b268f8d7c40 | |
| parent | 94736c7ccaf10ecacb68b6d429f7608ad451e9e6 (diff) | |
| download | emacs-0d88b7d028166dc5c898614ef06bebfd68cc7c16.tar.gz emacs-0d88b7d028166dc5c898614ef06bebfd68cc7c16.zip | |
Add that PBM and XBM image specs may have :foreground nil, and
:background nil.
| -rw-r--r-- | lispref/display.texi | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 662e32b1fb2..fd73cfc5f6f 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -2615,13 +2615,15 @@ always supported. | |||
| 2615 | @table @code | 2615 | @table @code |
| 2616 | @item :foreground @var{foreground} | 2616 | @item :foreground @var{foreground} |
| 2617 | The value, @var{foreground}, should be a string specifying the image | 2617 | The value, @var{foreground}, should be a string specifying the image |
| 2618 | foreground color. This color is used for each pixel in the XBM that is | 2618 | foreground color, or @code{nil} for the default color. This color is |
| 2619 | 1. The default is the frame's foreground color. | 2619 | used for each pixel in the XBM that is 1. The default is the frame's |
| 2620 | foreground color. | ||
| 2620 | 2621 | ||
| 2621 | @item :background @var{background} | 2622 | @item :background @var{background} |
| 2622 | The value, @var{background}, should be a string specifying the image | 2623 | The value, @var{background}, should be a string specifying the image |
| 2623 | background color. This color is used for each pixel in the XBM that is | 2624 | background color, or @code{nil} for the default color. This color is |
| 2624 | 0. The default is the frame's background color. | 2625 | used for each pixel in the XBM that is 0. The default is the frame's |
| 2626 | background color. | ||
| 2625 | @end table | 2627 | @end table |
| 2626 | 2628 | ||
| 2627 | If you specify an XBM image using data within Emacs instead of an | 2629 | If you specify an XBM image using data within Emacs instead of an |
| @@ -2758,13 +2760,15 @@ image properties are supported. | |||
| 2758 | @table @code | 2760 | @table @code |
| 2759 | @item :foreground @var{foreground} | 2761 | @item :foreground @var{foreground} |
| 2760 | The value, @var{foreground}, should be a string specifying the image | 2762 | The value, @var{foreground}, should be a string specifying the image |
| 2761 | foreground color. This color is used for each pixel in the XBM that is | 2763 | foreground color, or @code{nil} for the default color. This color is |
| 2762 | 1. The default is the frame's foreground color. | 2764 | used for each pixel in the XBM that is 1. The default is the frame's |
| 2765 | foreground color. | ||
| 2763 | 2766 | ||
| 2764 | @item :background @var{background} | 2767 | @item :background @var{background} |
| 2765 | The value, @var{background}, should be a string specifying the image | 2768 | The value, @var{background}, should be a string specifying the image |
| 2766 | background color. This color is used for each pixel in the XBM that is | 2769 | background color, or @code{nil} for the default color. This color is |
| 2767 | 0. The default is the frame's background color. | 2770 | used for each pixel in the XBM that is 0. The default is the frame's |
| 2771 | background color. | ||
| 2768 | @end table | 2772 | @end table |
| 2769 | 2773 | ||
| 2770 | For JPEG images, specify image type @code{jpeg}. | 2774 | For JPEG images, specify image type @code{jpeg}. |