diff options
| author | Gerd Moellmann | 2001-08-30 12:13:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-30 12:13:54 +0000 |
| commit | 5fd2dcb8ca2e73f77703a29ec4c5a2fffb4968eb (patch) | |
| tree | e5dffbd42724b1071dca9a307eb8dc5e9524186e | |
| parent | 6c6caea23ec89629de3af168040b3cf998ac4343 (diff) | |
| download | emacs-5fd2dcb8ca2e73f77703a29ec4c5a2fffb4968eb.tar.gz emacs-5fd2dcb8ca2e73f77703a29ec4c5a2fffb4968eb.zip | |
Conditional Display): Adjust to API change.
| -rw-r--r-- | lispref/display.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index c72fc711a45..70b2524147c 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -2393,8 +2393,12 @@ If @var{window} is @code{nil}, the selected window is used. | |||
| 2393 | package it in another list of the form @code{(when @var{condition} . | 2393 | package it in another list of the form @code{(when @var{condition} . |
| 2394 | @var{spec})}. Then the specification @var{spec} applies only when | 2394 | @var{spec})}. Then the specification @var{spec} applies only when |
| 2395 | @var{condition} evaluates to a non-@code{nil} value. During the | 2395 | @var{condition} evaluates to a non-@code{nil} value. During the |
| 2396 | evaluation, point is temporarily set at the end position of the text | 2396 | evaluation, @code{object} is bound to the string or buffer having the |
| 2397 | having this conditional display specification. | 2397 | conditional @code{display} property. @code{position} and |
| 2398 | @code{buffer-position} are bound to the position within @code{object} | ||
| 2399 | and the buffer position where the @code{display} property was found, | ||
| 2400 | respectively. Both positions can be different when @code{object} is a | ||
| 2401 | string. | ||
| 2398 | 2402 | ||
| 2399 | @node Images | 2403 | @node Images |
| 2400 | @section Images | 2404 | @section Images |