diff lispref/text.texi @ 77123:4d7a5d9bbe76

improve breaks in 8.5x11
author Karl Berry <karl@gnu.org>
date Wed, 11 Apr 2007 16:27:33 +0000
parents 3757055699dd
children f988436b1743
line wrap: on
line diff
--- a/lispref/text.texi	Wed Apr 11 15:07:14 2007 +0000
+++ b/lispref/text.texi	Wed Apr 11 16:27:33 2007 +0000
@@ -2987,13 +2987,13 @@
 @xref{Face Attributes}.
 
 @item
-A cons cell of the form @code{(foreground-color . @var{color-name})} or
+A cons cell with the form @code{(foreground-color . @var{color-name})} or
 @code{(background-color . @var{color-name})}.  These elements specify
 just the foreground color or just the background color.  @xref{Color
 Names}, for the supported forms of @var{color-name}.
 
-@code{(foreground-color . @var{color-name})} is equivalent to
-specifying @code{(:foreground @var{color-name})}, and likewise for the
+A cons cell of @code{(foreground-color . @var{color-name})} is equivalent to
+specifying @code{(:foreground @var{color-name})}; likewise for the
 background.
 @end itemize