diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-31 20:18:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-31 20:18:27 +0000 |
commit | 69164016401b08b29597915b6792df359bbe0132 (patch) | |
tree | 115ca08fe13d683ff19235666b166f5da7b2b026 /lispref/text.texi | |
parent | 09fd8197ffbbd7e7fe6339f86a3477531d20ab27 (diff) | |
download | emacs-69164016401b08b29597915b6792df359bbe0132.tar.gz |
(Special Properties): Add an xref to "Color Names".
Diffstat (limited to 'lispref/text.texi')
-rw-r--r-- | lispref/text.texi | 3 |
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. @item A cons cell of 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. +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 |