diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 10a1a18dd1c..60955fd3195 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5419,7 +5419,7 @@ before @code{height}. | |||
| 5419 | 5419 | ||
| 5420 | @c We put all the '@code{(when ...)}' on one line to encourage | 5420 | @c We put all the '@code{(when ...)}' on one line to encourage |
| 5421 | @c makeinfo's end-of-sentence heuristics to DTRT. Previously, the dot | 5421 | @c makeinfo's end-of-sentence heuristics to DTRT. Previously, the dot |
| 5422 | @c was at eol; the info file ended up w/ two spaces rendered after it. | 5422 | @c was at eol; the info file ended up with two spaces rendered after it. |
| 5423 | You can make any display specification conditional. To do that, | 5423 | You can make any display specification conditional. To do that, |
| 5424 | package it in another list of the form | 5424 | package it in another list of the form |
| 5425 | @code{(when @var{condition} . @var{spec})}. | 5425 | @code{(when @var{condition} . @var{spec})}. |