]> git.eshelyaron.com Git - emacs.git/commitdiff
* display.texi (Other Display Specs, Image Descriptors): Image
authorChong Yidong <cyd@stupidchicken.com>
Sun, 29 Jan 2006 16:59:57 +0000 (16:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 29 Jan 2006 16:59:57 +0000 (16:59 +0000)
description is a list, not a cons cell.

lispref/ChangeLog
lispref/display.texi

index 3104465c2e6a1ee4f4a02803efe3f44710adb544..2700e2f2261d2e9e90ab2a96dac703f8dd2b5f4b 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Other Display Specs, Image Descriptors): Image
+       description is a list, not a cons cell.
+
 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
 
        * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
index 1bd10113ce94df94c45a5934b669f542def9b34c..0bb68bd4166dd10fd1d25ff34e50b546f131c173 100644 (file)
@@ -3280,7 +3280,7 @@ Display @var{string} instead of the text that has this property.
 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.
@@ -3508,7 +3508,7 @@ function always returns @code{t}; for other image types, it returns
 @cindex image descriptor
 
   An image description is a list of the form @code{(image
-@var{props})}, where @var{props} is a property list containing
+@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