emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Fri, 17 Feb 2006 03:44:38 +0000

Index: emacs/lispref/display.texi
diff -u emacs/lispref/display.texi:1.200 emacs/lispref/display.texi:1.201
--- emacs/lispref/display.texi:1.200    Wed Feb  8 00:27:57 2006
+++ emacs/lispref/display.texi  Fri Feb 17 03:44:38 2006
@@ -3280,7 +3280,7 @@
 Recursive display specifications are not address@hidden's
 @code{display} properties, if any, are not used.
 
address@hidden (image @var{image-props})
address@hidden (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
address@hidden)}, 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}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]