diff options
Diffstat (limited to 'man/display.texi')
| -rw-r--r-- | man/display.texi | 6 |
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 |
| 119 | This face is used for highlighting portions of text, in various modes. | 119 | This face is used for highlighting portions of text, in various modes. |
| 120 | For example, mouse-sensitive text is highlighted using this face. | 120 | For example, mouse-sensitive text is highlighted using this face. |
| 121 | @item mode-line-highlight | ||
| 122 | Like @code{highlight}, but used for portions of text on mode lines. | ||
| 121 | @item isearch | 123 | @item isearch |
| 122 | This face is used for highlighting Isearch matches. | 124 | This 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 | |||
| 167 | Whitespace}. | 169 | Whitespace}. |
| 168 | @item variable-pitch | 170 | @item variable-pitch |
| 169 | The basic variable-pitch face. | 171 | The basic variable-pitch face. |
| 172 | @item shadow | ||
| 173 | The basic face for making the text less noticeable than the surrounding | ||
| 174 | ordinary text. Usually this is achieved by using shades of grey in | ||
| 175 | contrast 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 |