diff options
| author | Eli Zaretskii | 2002-02-12 18:57:31 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-12 18:57:31 +0000 |
| commit | d211eec7ba1dff825db0bb7f37358a61d8715375 (patch) | |
| tree | ba37f9d7d18fc05cda438b15a78f0f479cfaab84 /lispref | |
| parent | 5ff21638a9a23d302a99280847c0e6b467be41bc (diff) | |
| download | emacs-d211eec7ba1dff825db0bb7f37358a61d8715375.tar.gz emacs-d211eec7ba1dff825db0bb7f37358a61d8715375.zip | |
(Standard Faces): Document mode-line-inactive.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/display.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 9748855ec5c..3394cb1f643 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -1218,15 +1218,19 @@ This face is used for ordinary text. | |||
| 1218 | 1218 | ||
| 1219 | @item mode-line | 1219 | @item mode-line |
| 1220 | @kindex mode-line @r{(face name)} | 1220 | @kindex mode-line @r{(face name)} |
| 1221 | This face is used for mode lines, and for menu bars when toolkit menus | 1221 | This face is used for the mode line of the selected window, and for |
| 1222 | are not used---but only if @code{mode-line-inverse-video} is | 1222 | menu bars when toolkit menus are not used---but only if |
| 1223 | non-@code{nil}. | 1223 | @code{mode-line-inverse-video} is non-@code{nil}. |
| 1224 | 1224 | ||
| 1225 | @item modeline | 1225 | @item modeline |
| 1226 | @kindex modeline @r{(face name)} | 1226 | @kindex modeline @r{(face name)} |
| 1227 | This is an alias for the @code{mode-line} face, for compatibility with | 1227 | This is an alias for the @code{mode-line} face, for compatibility with |
| 1228 | old Emacs versions. | 1228 | old Emacs versions. |
| 1229 | 1229 | ||
| 1230 | @item mode-line-inactive | ||
| 1231 | @kindex mode-line-inactive @r{(face name)} | ||
| 1232 | This face is used for mode lines of non-selected windows. | ||
| 1233 | |||
| 1230 | @item header-line | 1234 | @item header-line |
| 1231 | @kindex header-line @r{(face name)} | 1235 | @kindex header-line @r{(face name)} |
| 1232 | This face is used for the header lines of windows that have them. | 1236 | This face is used for the header lines of windows that have them. |