From: Masatake YAMATO Date: Tue, 24 May 2005 17:25:40 +0000 (+0000) Subject: Write about `mode-line-highlight'. X-Git-Tag: ttn-vms-21-2-B4~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3565fe07d4419ebf329d3a2195c7e7e60bdfaf5a;p=emacs.git Write about `mode-line-highlight'. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 8f2bddf4710..b95e9e43f73 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-05-25 Masatake YAMATO + + * display.texi (Standard Faces): Write about `mode-line-highlight'. + 2005-05-24 Luc Teirlinck * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog' diff --git a/lispref/display.texi b/lispref/display.texi index 7f91072ca5d..7b4db373f63 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1727,6 +1727,11 @@ This face is used to show any secondary selection you have made. @kindex highlight @r{(face name)} This face is meant to be used for highlighting for various purposes. +@item mode-line-highlight +@kindex mode-line-highlight @r{(face name)} +This face is used for highlighting something on @code{mode-line} or +@code{header-line} for various purposes. + @item trailing-whitespace @kindex trailing-whitespace @r{(face name)} This face is used to display excess whitespace at the end of a line,