Mercurial > emacs
changeset 68946:956ccc6ec126
(Other Display Specs, Image Descriptors): Revert erroneous changes.
The previous description of image-descriptors as `(image . PROPS)' was
correct. (Pointed out by Johan Bockgrd.)
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 17 Feb 2006 03:44:38 +0000 |
parents | 527adfc4611d |
children | bbac579a3af5 |
files | lispref/display.texi |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Fri Feb 17 03:40:50 2006 +0000 +++ b/lispref/display.texi Fri Feb 17 03:44:38 2006 +0000 @@ -3280,7 +3280,7 @@ Recursive display specifications are not supported---@var{string}'s @code{display} properties, if any, are not used. -@item (image @var{image-props}) +@item (image . @var{image-props}) This kind of display specification is an image descriptor (@pxref{Images}). When used as a display specification, it means to display the image instead of the text that has the display specification. @@ -3507,12 +3507,11 @@ @subsection Image Descriptors @cindex image descriptor - 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. 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. + 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. +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}