From: Gerd Moellmann Date: Wed, 10 Nov 1999 22:01:35 +0000 (+0000) Subject: Patch from rms. X-Git-Tag: emacs-pretest-21.0.90~6134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14ac7224f141a5891316f331243c499aab817971;p=emacs.git Patch from rms. --- diff --git a/lispref/display.texi b/lispref/display.texi index 12d0d2ede3b..4c25880d4b7 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2300,10 +2300,14 @@ supported in the current configuration. 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: