# HG changeset patch # User Gerd Moellmann # Date 999173634 0 # Node ID ed864621a68ed645d5d615c65754882d5a475422 # Parent f5db16d9b7874b555b58a691e3ae02a16fb41d37 Conditional Display): Adjust to API change. diff -r f5db16d9b787 -r ed864621a68e lispref/display.texi --- a/lispref/display.texi Thu Aug 30 12:12:17 2001 +0000 +++ b/lispref/display.texi Thu Aug 30 12:13:54 2001 +0000 @@ -2393,8 +2393,12 @@ package it in another list of the form @code{(when @var{condition} . @var{spec})}. Then the specification @var{spec} applies only when @var{condition} evaluates to a non-@code{nil} value. During the -evaluation, point is temporarily set at the end position of the text -having this conditional display specification. +evaluation, @code{object} is bound to the string or buffer having the +conditional @code{display} property. @code{position} and +@code{buffer-position} are bound to the position within @code{object} +and the buffer position where the @code{display} property was found, +respectively. Both positions can be different when @code{object} is a +string. @node Images @section Images