aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-02-12 18:57:31 +0000
committerEli Zaretskii <[email protected]>2002-02-12 18:57:31 +0000
commitd211eec7ba1dff825db0bb7f37358a61d8715375 (patch)
treeba37f9d7d18fc05cda438b15a78f0f479cfaab84 /lispref
parent5ff21638a9a23d302a99280847c0e6b467be41bc (diff)
(Standard Faces): Document mode-line-inactive.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 9748855ec5..3394cb1f64 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1218,15 +1218,19 @@ This face is used for ordinary text.
@item mode-line
@kindex mode-line @r{(face name)}
-This face is used for mode lines, and for menu bars when toolkit menus
-are not used---but only if @code{mode-line-inverse-video} is
-non-@code{nil}.
+This face is used for the mode line of the selected window, and for
+menu bars when toolkit menus are not used---but only if
+@code{mode-line-inverse-video} is non-@code{nil}.
@item modeline
@kindex modeline @r{(face name)}
This is an alias for the @code{mode-line} face, for compatibility with
old Emacs versions.
+@item mode-line-inactive
+@kindex mode-line-inactive @r{(face name)}
+This face is used for mode lines of non-selected windows.
+
@item header-line
@kindex header-line @r{(face name)}
This face is used for the header lines of windows that have them.