comparison man/display.texi @ 33730:055f3e6bf32c

(Display Vars): Note that `mode-line-inverse-video' is deprecated.
author Miles Bader <miles@gnu.org>
date Wed, 22 Nov 2000 09:24:55 +0000
parents cc6228b81571
children 67204e92850a
comparison
equal deleted inserted replaced
33729:939d7e7181b6 33730:055f3e6bf32c
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
6 6
7 Since only part of a large buffer fits in the window, Emacs tries to 7 Since only part of a large buffer fits in the window, Emacs tries to
336 336
337 This section contains information for customization only. Beginning 337 This section contains information for customization only. Beginning
338 users should skip it. 338 users 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
342 line is displayed in inverse video (assuming the terminal supports it); 342 controlling 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 343 preferred way of doing this is to change the @code{mode-line} face.
344 foreground 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
346 background color for that face is the usual foreground color. 346 non-@code{nil}, then the default background color for that face is the
347 @xref{Faces}. 347 usual 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
351 to invert all the lines of the display from what they normally are. 351 to invert all the lines of the display from what they normally are.
352 352