aboutsummaryrefslogtreecommitdiffstats
path: root/man/display.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/display.texi')
-rw-r--r--man/display.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi
index 11e45e353cf..4276209326d 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -118,6 +118,8 @@ This face is used for the prompt strings displayed in the minibuffer.
118@item highlight 118@item highlight
119This face is used for highlighting portions of text, in various modes. 119This face is used for highlighting portions of text, in various modes.
120For example, mouse-sensitive text is highlighted using this face. 120For example, mouse-sensitive text is highlighted using this face.
121@item mode-line-highlight
122Like @code{highlight}, but used for portions of text on mode lines.
121@item isearch 123@item isearch
122This face is used for highlighting Isearch matches. 124This face is used for highlighting Isearch matches.
123@item lazy-highlight 125@item lazy-highlight
@@ -167,6 +169,10 @@ The face for highlighting trailing whitespace when
167Whitespace}. 169Whitespace}.
168@item variable-pitch 170@item variable-pitch
169The basic variable-pitch face. 171The basic variable-pitch face.
172@item shadow
173The basic face for making the text less noticeable than the surrounding
174ordinary text. Usually this is achieved by using shades of grey in
175contrast with either black or white default foreground color.
170@end table 176@end table
171 177
172@cindex @code{region} face 178@cindex @code{region} face