diff lispref/display.texi @ 43262:af1ba8f61638

(Standard Faces): Document mode-line-inactive.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 12 Feb 2002 18:57:31 +0000
parents 761d92c0f64e
children 3198ecb4e71f
line wrap: on
line diff
--- a/lispref/display.texi	Tue Feb 12 18:52:27 2002 +0000
+++ b/lispref/display.texi	Tue Feb 12 18:57:31 2002 +0000
@@ -1218,15 +1218,19 @@
 
 @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.