comparison lispref/text.texi @ 71117:75ee8b77b134

(Special Properties): Add an xref to "Color Names".
author Eli Zaretskii <eliz@gnu.org>
date Wed, 31 May 2006 20:18:27 +0000
parents 2fe766ffb2c0
children a358bd87a242 a8190f7e546e
comparison
equal deleted inserted replaced
71116:86df1935a171 71117:75ee8b77b134
2965 @xref{Face Attributes}. 2965 @xref{Face Attributes}.
2966 2966
2967 @item 2967 @item
2968 A cons cell of the form @code{(foreground-color . @var{color-name})} or 2968 A cons cell of the form @code{(foreground-color . @var{color-name})} or
2969 @code{(background-color . @var{color-name})}. These elements specify 2969 @code{(background-color . @var{color-name})}. These elements specify
2970 just the foreground color or just the background color. 2970 just the foreground color or just the background color. @xref{Color
2971 Names}, for the supported forms of @var{color-name}.
2971 2972
2972 @code{(foreground-color . @var{color-name})} is equivalent to 2973 @code{(foreground-color . @var{color-name})} is equivalent to
2973 specifying @code{(:foreground @var{color-name})}, and likewise for the 2974 specifying @code{(:foreground @var{color-name})}, and likewise for the
2974 background. 2975 background.
2975 @end itemize 2976 @end itemize