]> git.eshelyaron.com Git - emacs.git/commitdiff
Conditional Display): Adjust to API change.
authorGerd Moellmann <gerd@gnu.org>
Thu, 30 Aug 2001 12:13:54 +0000 (12:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 30 Aug 2001 12:13:54 +0000 (12:13 +0000)
lispref/display.texi

index c72fc711a45bad411fe600b65711c5dc41914d12..70b2524147ce084ddd5d9ee36284fb284aaaa42c 100644 (file)
@@ -2393,8 +2393,12 @@ If @var{window} is @code{nil}, the selected window is used.
 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