]> git.eshelyaron.com Git - emacs.git/commitdiff
(Standard Faces): Add `mode-line-buffer-id'.
authorJuri Linkov <juri@jurta.org>
Tue, 17 Jan 2006 00:00:24 +0000 (00:00 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 17 Jan 2006 00:00:24 +0000 (00:00 +0000)
Move `mode-line-highlight' before `mode-line-buffer-id'.

man/display.texi

index 2a3fc30ad828795d52176949fdc57f9884843bd5..e1f40e790b15b0b7bdbe051cda82e33be9b0e230 100644 (file)
@@ -142,8 +142,6 @@ their own faces for this purpose.)
 @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 @@ Like @code{mode-line}, but used for mode lines of the windows other
 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.