diff options
| author | Eli Zaretskii | 2006-05-31 20:18:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-31 20:18:27 +0000 |
| commit | 69164016401b08b29597915b6792df359bbe0132 (patch) | |
| tree | 115ca08fe13d683ff19235666b166f5da7b2b026 | |
| parent | 09fd8197ffbbd7e7fe6339f86a3477531d20ab27 (diff) | |
| download | emacs-69164016401b08b29597915b6792df359bbe0132.tar.gz emacs-69164016401b08b29597915b6792df359bbe0132.zip | |
(Special Properties): Add an xref to "Color Names".
| -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. | |||
| 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 |