aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/display.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/display.texi b/man/display.texi
index aab2493ff3c..3df3eaae7ec 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -1,5 +1,5 @@
1@c This is part of the Emacs manual. 1@c This is part of the Emacs manual.
2@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997 Free Software Foundation, Inc. 2@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997, 2000 Free Software Foundation, Inc.
3@c See file emacs.texi for copying conditions. 3@c See file emacs.texi for copying conditions.
4@node Display, Search, Registers, Top 4@node Display, Search, Registers, Top
5@chapter Controlling the Display 5@chapter Controlling the Display
@@ -338,13 +338,13 @@ their graphics (assuming your terminal supports them).
338users should skip it. 338users should skip it.
339 339
340@vindex mode-line-inverse-video 340@vindex mode-line-inverse-video
341 The variable @code{mode-line-inverse-video} controls whether the mode 341 The variable @code{mode-line-inverse-video} is an obsolete way of
342line is displayed in inverse video (assuming the terminal supports it); 342controlling whether the mode line is displayed in inverse video; the
343@code{nil} means don't do so. @xref{Mode Line}. If you specify the 343preferred way of doing this is to change the @code{mode-line} face.
344foreground color for the @code{modeline} face, and 344@xref{Mode Line}. If you specify the foreground color for the
345@code{mode-line-inverse-video} is non-@code{nil}, then the default 345@code{mode-line} face, and @code{mode-line-inverse-video} is
346background color for that face is the usual foreground color. 346non-@code{nil}, then the default background color for that face is the
347@xref{Faces}. 347usual foreground color. @xref{Faces}.
348 348
349@vindex inverse-video 349@vindex inverse-video
350 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts 350 If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts