Mercurial > emacs
changeset 39032:ed864621a68e
Conditional Display): Adjust to API change.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Aug 2001 12:13:54 +0000 |
parents | f5db16d9b787 |
children | 9819ee584001 |
files | lispref/display.texi |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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