]> git.eshelyaron.com Git - emacs.git/commitdiff
(Other Display Specs): Arrange a @code{DOTTED-LIST} to
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 7 Apr 2006 22:11:55 +0000 (22:11 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 7 Apr 2006 22:11:55 +0000 (22:11 +0000)
be on one line to help makeinfo not render two spaces after the dot.

lispref/ChangeLog
lispref/display.texi

index 7e76bd8b5053061308702c8c770eaebeb237d2ab..511e011bcd99aea5572d9b0d6dbb406ed0f93d08 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
+       be on one line to help makeinfo not render two spaces after the dot.
+
 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * strings.texi (Predicates for Strings): Add string-or-null-p.
index d9b5a9e5f0b49e6fd058766c203d4b951aefb2c5..60084f98e8b66422ae218a1f3056127905e168eb 100644 (file)
@@ -3500,9 +3500,13 @@ not affect the amount of raising or lowering, which is based on the
 faces used for the text.
 @end table
 
+@c We put all the `@code{(when ...)}' on one line to encourage
+@c makeinfo's end-of-sentence heuristics to DTRT.  Previously, the dot
+@c was at eol; the info file ended up w/ two spaces rendered after it.
   You can make any display specification conditional.  To do that,
-package it in another list of the form @code{(when @var{condition} .
-@var{spec})}.  Then the specification @var{spec} applies only when
+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, @code{object} is bound to the string or buffer having the
 conditional @code{display} property.  @code{position} and