From: Richard M. Stallman Date: Fri, 8 Jul 2005 01:06:03 +0000 (+0000) Subject: (Display Custom): Don't mention mode-line-inverse-video. X-Git-Tag: emacs-pretest-22.0.90~8301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e3ca4bd0c380f2144aad8301792da63c8da2511;p=emacs.git (Display Custom): Don't mention mode-line-inverse-video. --- diff --git a/man/display.texi b/man/display.texi index 15681a1382b..2b4bb03df1d 100644 --- a/man/display.texi +++ b/man/display.texi @@ -1004,15 +1004,6 @@ global-hl-line-mode} enables or disables the same mode globally. This section contains information for customization only. Beginning users should skip it. -@vindex mode-line-inverse-video - 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}. 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 to invert all the lines of the display from what they normally are.