Correct description of `mode-line-inverse-video'.

This commit is contained in:
Miles Bader 2001-08-15 17:06:15 +00:00
parent 288d4e0606
commit 46ff99c07e
2 changed files with 7 additions and 6 deletions

View file

@ -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.

View 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