]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct spelling of `mode-line'.
authorMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 00:18:43 +0000 (00:18 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 00:18:43 +0000 (00:18 +0000)
`mode-line-inverse-video' is deprecated.

etc/NEWS

index 98885b0ca4589f6a8915c7759879efa34e61b3e1..9cfc9789bff9d458946e30b439a37019eee08a3e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -506,8 +506,12 @@ truncation marks, continuation marks, overlay arrows and alike.  The
 foreground, background, and stipple of these areas can be changed by
 customizing face `fringe'.
 
-** The mode line under X is now drawn with shadows by default.  You
-can change its appearance by modifying the face `modeline'.
+** The mode line under X is now drawn with shadows by default.
+You can change its appearance by modifying the face `mode-line'.
+
+The variable `mode-line-inverse-video', which was used in older
+versions of emacs to make the mode-line stand out, now defaults to nil,
+and its use is deprecated.
 
 ** LessTif support.