aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/display.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-07-08 01:08:09 +0000
committerRichard M. Stallman <[email protected]>2005-07-08 01:08:09 +0000
commit74502fa0f15c3b8a9ed01da4f3e2219dba93e25e (patch)
tree0699434e72e6a8623f3d489045cf900c4740b286 /lispref/display.texi
parent16f56815f9471c2e1e66dad81e5f5aed7924fe57 (diff)
(Inverse Video): Delete mode-line-inverse-video.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r--lispref/display.texi16
1 files changed, 6 insertions, 10 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 958ca0325e..3192df91d9 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1,4 +1,4 @@
-@c -*-texinfo-*-
+\@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001,
@c 2002, 2005 Free Software Foundation, Inc.
@@ -1387,6 +1387,10 @@ modified, and the length of the pre-change text replaced by that range.
length is the number of characters deleted, and the post-change
beginning and end are equal.)
+If these functions modify the buffer, they should bind
+@code{inhibit-modification-hooks} to @code{t} around doing so, to
+avoid confusing the internal mechanism that calls these hooks.
+
@item insert-in-front-hooks
@kindex insert-in-front-hooks @r{(overlay property)}
This property's value is a list of functions to be called before and
@@ -1716,8 +1720,7 @@ This face is used for ordinary text.
@item mode-line
@kindex mode-line @r{(face name)}
This face is used for the mode line of the selected window, and for
-menu bars when toolkit menus are not used---but only if
-@code{mode-line-inverse-video} is non-@code{nil}.
+menu bars when toolkit menus are not used.
@item modeline
@kindex modeline @r{(face name)}
@@ -4598,13 +4601,6 @@ on the screen. Non-@code{nil} means yes, @code{nil} means no. The
default is @code{nil}.
@end defopt
-@defopt mode-line-inverse-video
-This variable controls the use of inverse video for mode lines and
-menu bars. If it is non-@code{nil}, then these lines are displayed in
-the face @code{mode-line}. Otherwise, these lines are displayed
-normally, just like other text. The default is @code{t}.
-@end defopt
-
@node Usual Display
@section Usual Display Conventions