aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-31 20:18:27 +0000
committerEli Zaretskii2006-05-31 20:18:27 +0000
commit69164016401b08b29597915b6792df359bbe0132 (patch)
tree115ca08fe13d683ff19235666b166f5da7b2b026
parent09fd8197ffbbd7e7fe6339f86a3477531d20ab27 (diff)
downloademacs-69164016401b08b29597915b6792df359bbe0132.tar.gz
emacs-69164016401b08b29597915b6792df359bbe0132.zip
(Special Properties): Add an xref to "Color Names".
-rw-r--r--lispref/text.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index c9f1a83a74c..426ec1ef00f 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -2967,7 +2967,8 @@ time you want to specify a particular attribute for certain text.
2967@item 2967@item
2968A cons cell of the form @code{(foreground-color . @var{color-name})} or 2968A 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
2970just the foreground color or just the background color. 2970just the foreground color or just the background color. @xref{Color
2971Names}, 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
2973specifying @code{(:foreground @var{color-name})}, and likewise for the 2974specifying @code{(:foreground @var{color-name})}, and likewise for the