From: Miles Bader Date: Wed, 22 Nov 2000 00:18:43 +0000 (+0000) Subject: Correct spelling of `mode-line'. X-Git-Tag: emacs-pretest-21.0.92~205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d0f00fdd4a57364e98d548d79b1f61248f86688;p=emacs.git Correct spelling of `mode-line'. `mode-line-inverse-video' is deprecated. --- diff --git a/etc/NEWS b/etc/NEWS index 98885b0ca45..9cfc9789bff 100644 --- 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.