aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs/display.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs/display.texi')
-rw-r--r--doc/emacs/display.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index dde6cc4f1b6..a64c009f2d9 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -811,6 +811,22 @@ Similar to @code{mode-line} for a window's tab line, which appears
811at the top of a window with tabs representing window buffers. 811at the top of a window with tabs representing window buffers.
812@xref{Tab Line}. 812@xref{Tab Line}.
813 813
814The @code{tab-line-active} and @code{tab-line-inactive} faces (which
815are the ones actually used on the tab lines) inherit from this face.
816
817@cindex faces for tab lines
818@item tab-line-active
819Like @code{tab-line}, but used for the tab line of the currently
820selected window. This face inherits from @code{tab-line}, so changes
821in that face affect tab lines in all windows.
822
823@cindex @code{tab-line-inactive} face
824@item tab-line-inactive
825Like @code{tab-line}, but used for tab lines of the windows other
826than the selected one (if those windows have a tab line). This face
827inherits from @code{tab-line}, so changes in that face affect tab
828lines in all windows.
829
814@cindex @code{vertical-border} face 830@cindex @code{vertical-border} face
815@item vertical-border 831@item vertical-border
816This face is used for the vertical divider between windows on text 832This face is used for the vertical divider between windows on text