diff options
Diffstat (limited to 'doc/emacs/display.texi')
| -rw-r--r-- | doc/emacs/display.texi | 16 |
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 | |||
| 811 | at the top of a window with tabs representing window buffers. | 811 | at the top of a window with tabs representing window buffers. |
| 812 | @xref{Tab Line}. | 812 | @xref{Tab Line}. |
| 813 | 813 | ||
| 814 | The @code{tab-line-active} and @code{tab-line-inactive} faces (which | ||
| 815 | are the ones actually used on the tab lines) inherit from this face. | ||
| 816 | |||
| 817 | @cindex faces for tab lines | ||
| 818 | @item tab-line-active | ||
| 819 | Like @code{tab-line}, but used for the tab line of the currently | ||
| 820 | selected window. This face inherits from @code{tab-line}, so changes | ||
| 821 | in that face affect tab lines in all windows. | ||
| 822 | |||
| 823 | @cindex @code{tab-line-inactive} face | ||
| 824 | @item tab-line-inactive | ||
| 825 | Like @code{tab-line}, but used for tab lines of the windows other | ||
| 826 | than the selected one (if those windows have a tab line). This face | ||
| 827 | inherits from @code{tab-line}, so changes in that face affect tab | ||
| 828 | lines in all windows. | ||
| 829 | |||
| 814 | @cindex @code{vertical-border} face | 830 | @cindex @code{vertical-border} face |
| 815 | @item vertical-border | 831 | @item vertical-border |
| 816 | This face is used for the vertical divider between windows on text | 832 | This face is used for the vertical divider between windows on text |