diff options
author | Juri Linkov <juri@jurta.org> | 2005-06-08 03:20:56 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-06-08 03:20:56 +0000 |
commit | 5309066b1cd965f8163c91ab738928dec474c151 (patch) | |
tree | 0f925945f26765f4dbe45cb6ec71af00f4912ecd /man/display.texi | |
parent | 6e408ba539112b1d7a5fd2e1558936e440e82af8 (diff) | |
download | emacs-5309066b1cd965f8163c91ab738928dec474c151.tar.gz |
(Faces): Add `shadow' face.
Diffstat (limited to 'man/display.texi')
-rw-r--r-- | man/display.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index e6c8b19ddd9..4276209326d 100644 --- a/man/display.texi +++ b/man/display.texi @@ -169,6 +169,10 @@ The face for highlighting trailing whitespace when Whitespace}. @item variable-pitch The basic variable-pitch face. +@item shadow +The basic face for making the text less noticeable than the surrounding +ordinary text. Usually this is achieved by using shades of grey in +contrast with either black or white default foreground color. @end table @cindex @code{region} face |