# HG changeset patch # User Miles Bader # Date 997895175 0 # Node ID ce6b6f1fd86fc54d0c193b40d1b6e3acb37ee890 # Parent 0bfe38cafe3307dda5f657d84334d1c4390a2bda Correct description of `mode-line-inverse-video'. diff -r 0bfe38cafe33 -r ce6b6f1fd86f etc/NEWS --- a/etc/NEWS Wed Aug 15 14:57:20 2001 +0000 +++ b/etc/NEWS Wed Aug 15 17:06:15 2001 +0000 @@ -207,8 +207,9 @@ 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. diff -r 0bfe38cafe33 -r ce6b6f1fd86f man/display.texi --- a/man/display.texi Wed Aug 15 14:57:20 2001 +0000 +++ b/man/display.texi Wed Aug 15 17:06:15 2001 +0000 @@ -785,10 +785,10 @@ 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