aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-08 01:08:09 +0000
committerRichard M. Stallman2005-07-08 01:08:09 +0000
commit74502fa0f15c3b8a9ed01da4f3e2219dba93e25e (patch)
tree0699434e72e6a8623f3d489045cf900c4740b286
parent16f56815f9471c2e1e66dad81e5f5aed7924fe57 (diff)
downloademacs-74502fa0f15c3b8a9ed01da4f3e2219dba93e25e.tar.gz
emacs-74502fa0f15c3b8a9ed01da4f3e2219dba93e25e.zip
(Inverse Video): Delete mode-line-inverse-video.
-rw-r--r--lispref/display.texi16
1 files changed, 6 insertions, 10 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 958ca0325e9..3192df91d97 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1,4 +1,4 @@
1@c -*-texinfo-*- 1\@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 3@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,
4@c 2002, 2005 Free Software Foundation, Inc. 4@c 2002, 2005 Free Software Foundation, Inc.
@@ -1387,6 +1387,10 @@ modified, and the length of the pre-change text replaced by that range.
1387length is the number of characters deleted, and the post-change 1387length is the number of characters deleted, and the post-change
1388beginning and end are equal.) 1388beginning and end are equal.)
1389 1389
1390If these functions modify the buffer, they should bind
1391@code{inhibit-modification-hooks} to @code{t} around doing so, to
1392avoid confusing the internal mechanism that calls these hooks.
1393
1390@item insert-in-front-hooks 1394@item insert-in-front-hooks
1391@kindex insert-in-front-hooks @r{(overlay property)} 1395@kindex insert-in-front-hooks @r{(overlay property)}
1392This property's value is a list of functions to be called before and 1396This property's value is a list of functions to be called before and
@@ -1716,8 +1720,7 @@ This face is used for ordinary text.
1716@item mode-line 1720@item mode-line
1717@kindex mode-line @r{(face name)} 1721@kindex mode-line @r{(face name)}
1718This face is used for the mode line of the selected window, and for 1722This face is used for the mode line of the selected window, and for
1719menu bars when toolkit menus are not used---but only if 1723menu bars when toolkit menus are not used.
1720@code{mode-line-inverse-video} is non-@code{nil}.
1721 1724
1722@item modeline 1725@item modeline
1723@kindex modeline @r{(face name)} 1726@kindex modeline @r{(face name)}
@@ -4598,13 +4601,6 @@ on the screen. Non-@code{nil} means yes, @code{nil} means no. The
4598default is @code{nil}. 4601default is @code{nil}.
4599@end defopt 4602@end defopt
4600 4603
4601@defopt mode-line-inverse-video
4602This variable controls the use of inverse video for mode lines and
4603menu bars. If it is non-@code{nil}, then these lines are displayed in
4604the face @code{mode-line}. Otherwise, these lines are displayed
4605normally, just like other text. The default is @code{t}.
4606@end defopt
4607
4608@node Usual Display 4604@node Usual Display
4609@section Usual Display Conventions 4605@section Usual Display Conventions
4610 4606