]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct description of `mode-line-inverse-video'.
authorMiles Bader <miles@gnu.org>
Wed, 15 Aug 2001 17:06:15 +0000 (17:06 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 15 Aug 2001 17:06:15 +0000 (17:06 +0000)
etc/NEWS
man/display.texi

index 2847580ea7992a43b5bd298d536505399d55ae70..c6cc99990694ca32c9933e9c41b4d84ebacec0ca 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -207,8 +207,9 @@ occupy more space, and thus might cause the first or the last line of
 the window to be partially obscured.)
 
 The variable `mode-line-inverse-video', which was used in older
-versions of emacs to make the mode-line stand out, now defaults to nil,
-and its use is deprecated.
+versions of emacs to make the mode-line stand out, is now deprecated.
+However, setting it to nil will cause the `mode-line' face to be
+ignored, and mode-lines to be drawn using the default text face.
 
 +++
 ** Mouse-sensitive mode line.
index ea55a8c48823f1bade07e8d5360d8dc086dfa4ff..aded56c9ec398d33a13bcf2f903d02a02edfd083 100644 (file)
@@ -785,10 +785,10 @@ users should skip it.
   The variable @code{mode-line-inverse-video} is an obsolete way of
 controlling whether the mode line is displayed in inverse video; the
 preferred way of doing this is to change the @code{mode-line} face.
-@xref{Mode Line}.  If you specify the foreground color for the
-@code{mode-line} face, and @code{mode-line-inverse-video} is
-non-@code{nil}, then the default background color for that face is the
-usual foreground color.  @xref{Faces}.
+@xref{Mode Line}.  However, if @code{mode-line-inverse-video} has a
+value of @code{nil}, then the @code{mode-line} face will be ignored,
+and mode-lines will be drawn using the default text face.
+@xref{Faces}.
 
 @vindex inverse-video
   If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts