diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:59:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:59:05 +0000 |
commit | f48730407290878363cda261543a8fa011acde61 (patch) | |
tree | 19ce5c0c672f953ce28f39ef8bc4beb9a1f92058 | |
parent | bd428736d2ebf66916fbd1dbbb733dffff126ea7 (diff) | |
download | emacs-f48730407290878363cda261543a8fa011acde61.tar.gz |
(Inverse Video): Node deleted.
-rw-r--r-- | lispref/display.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 9f299e9c6d6..8460edcc414 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -31,7 +31,6 @@ that Emacs presents to the user. * Images:: Displaying images in Emacs buffers. * Buttons:: Adding clickable buttons to Emacs buffers. * Blinking:: How Emacs shows the matching open parenthesis. -* Inverse Video:: Specifying how the screen looks. * Usual Display:: The usual conventions for displaying nonprinting chars. * Display Tables:: How to specify other conventions. * Beeping:: Audible signal to the user. @@ -4591,17 +4590,6 @@ Here is an example of calling this function explicitly. @end smallexample @end deffn -@node Inverse Video -@section Inverse Video -@cindex Inverse Video - -@defopt inverse-video -@cindex highlighting -This variable controls whether Emacs uses inverse video for all text -on the screen. Non-@code{nil} means yes, @code{nil} means no. The -default is @code{nil}. -@end defopt - @node Usual Display @section Usual Display Conventions |