changeset 68220:87b296ffb009

(Standard Faces): Add `mode-line-buffer-id'. Move `mode-line-highlight' before `mode-line-buffer-id'.
author Juri Linkov <juri@jurta.org>
date Tue, 17 Jan 2006 00:00:24 +0000
parents 69ff1d1f7d3f
children 4804f7b39bfe
files man/display.texi
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/display.texi	Mon Jan 16 23:57:56 2006 +0000
+++ b/man/display.texi	Tue Jan 17 00:00:24 2006 +0000
@@ -142,8 +142,6 @@
 @item highlight
 This face is used for highlighting portions of text, in various modes.
 For example, mouse-sensitive text is highlighted using this face.
-@item mode-line-highlight
-Like @code{highlight}, but used for portions of text on mode lines.
 @item isearch
 This face is used for highlighting Isearch matches.
 @item lazy-highlight
@@ -193,6 +191,10 @@
 than the selected one (if @code{mode-line-in-non-selected-windows} is
 non-@code{nil}).  This face inherits from @code{mode-line}, so changes
 in that face affect mode lines in all windows.
+@item mode-line-highlight
+Like @code{highlight}, but used for portions of text on mode lines.
+@item mode-line-buffer-id
+This face is used for buffer identification parts in the mode line.
 @item header-line
 Similar to @code{mode-line} for a window's header line.  Most modes
 don't use the header line, but some special modes, such the Info mode, do.