diff options
Diffstat (limited to 'doc/emacs/xresources.texi')
-rw-r--r-- | doc/emacs/xresources.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index d8b70ef9009..e349d40333f 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi @@ -319,6 +319,11 @@ Name to display in the title bar of the initial Emacs frame. If the value of this resource is @samp{off} or @samp{false} or @samp{0}, Emacs disables Tool Bar mode at startup (@pxref{Tool Bars}). +@item @code{tabBar} (class @code{TabBar}) +@cindex tab bar +If the value of this resource is @samp{on} or @samp{yes} or +@samp{1}, Emacs enables Tab Bar mode at startup (@pxref{Tab Bars}). + @item @code{useXIM} (class @code{UseXIM}) @cindex XIM @cindex X input methods |