aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-08-15 17:06:15 +0000
committerMiles Bader2001-08-15 17:06:15 +0000
commit46ff99c07e33882fde37146f5b064ea04ac7eaa9 (patch)
tree89b4787670d5f795fc3a37f5f9b6d8b908da7f56
parent288d4e0606fb974057bee798b9a2e7afbb385b12 (diff)
downloademacs-46ff99c07e33882fde37146f5b064ea04ac7eaa9.tar.gz
emacs-46ff99c07e33882fde37146f5b064ea04ac7eaa9.zip
Correct description of `mode-line-inverse-video'.
-rw-r--r--etc/NEWS5
-rw-r--r--man/display.texi8
2 files changed, 7 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2847580ea79..c6cc9999069 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -207,8 +207,9 @@ occupy more space, and thus might cause the first or the last line of
207the window to be partially obscured.) 207the window to be partially obscured.)
208 208
209The variable `mode-line-inverse-video', which was used in older 209The variable `mode-line-inverse-video', which was used in older
210versions of emacs to make the mode-line stand out, now defaults to nil, 210versions of emacs to make the mode-line stand out, is now deprecated.
211and its use is deprecated. 211However, setting it to nil will cause the `mode-line' face to be
212ignored, and mode-lines to be drawn using the default text face.
212 213
213+++ 214+++
214** Mouse-sensitive mode line. 215** Mouse-sensitive mode line.
diff --git a/man/display.texi b/man/display.texi
index ea55a8c4882..aded56c9ec3 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -785,10 +785,10 @@ users should skip it.
785 The variable @code{mode-line-inverse-video} is an obsolete way of 785 The variable @code{mode-line-inverse-video} is an obsolete way of
786controlling whether the mode line is displayed in inverse video; the 786controlling whether the mode line is displayed in inverse video; the
787preferred way of doing this is to change the @code{mode-line} face. 787preferred way of doing this is to change the @code{mode-line} face.
788@xref{Mode Line}. If you specify the foreground color for the 788@xref{Mode Line}. However, if @code{mode-line-inverse-video} has a
789@code{mode-line} face, and @code{mode-line-inverse-video} is 789value of @code{nil}, then the @code{mode-line} face will be ignored,
790non-@code{nil}, then the default background color for that face is the 790and mode-lines will be drawn using the default text face.
791usual foreground color. @xref{Faces}. 791@xref{Faces}.
792 792
793@vindex inverse-video 793@vindex inverse-video
794 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts 794 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts