changeset 103799:9b3f664fc049

Minor rearrangements to improve TeX line-filling.
author Glenn Morris <rgm@gnu.org>
date Thu, 09 Jul 2009 03:04:23 +0000
parents c24c16a95c42
children 4c063f93f49a
files doc/lispref/text.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/text.texi	Thu Jul 09 03:04:11 2009 +0000
+++ b/doc/lispref/text.texi	Thu Jul 09 03:04:23 2009 +0000
@@ -3018,7 +3018,7 @@
 
 @item
 A cons cell with the form @code{(foreground-color . @var{color-name})}
-or @code{(background-color . @var{color-name})}.  These are older,
+or @code{(background-color . @var{color-name})}.  These are old,
 deprecated equivalents for @code{(:foreground @var{color-name})} and
 @code{(:background @var{color-name})}.  Please convert code that uses
 them.