Mercurial > emacs
changeset 26400:53eeb3b7c785
Patch from rms.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 10 Nov 1999 22:01:35 +0000 |
parents | 01ffc3822d09 |
children | 9457656ded8b |
files | lispref/display.texi |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Wed Nov 10 22:01:03 1999 +0000 +++ b/lispref/display.texi Wed Nov 10 22:01:35 1999 +0000 @@ -2300,10 +2300,14 @@ An image description is a list of the form @code{(image . @var{props})}, where @var{props} is a property list containing alternating keyword symbols (symbols whose names start with a colon) and -their values. Every image descriptor must contain the property -@code{:type @var{type}} to specify the format of the image. The value -of @var{type} should be an image type symbol; for example, @code{xpm} -for an image in XPM format. +their values. You can use any Lisp object as a property, but the only +properties that have any special meaning are certain symbols, all of +them keywords. + + Every image descriptor must contain the property @code{:type +@var{type}} to specify the format of the image. The value of @var{type} +should be an image type symbol; for example, @code{xpm} for an image in +XPM format. Here is a list of other properties that are meaningful for all image types: