diff options
author | Juri Linkov <juri@linkov.net> | 2019-10-13 23:56:17 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2019-10-13 23:56:17 +0300 |
commit | 097a03d2a372c1285696779c7051d5b044d437f5 (patch) | |
tree | 9459b1614ab3e2856d4b794eca8fb84a30414972 /doc/man | |
parent | 21f2922b8436f67a8519339593cde69083d215c1 (diff) | |
download | emacs-097a03d2a372c1285696779c7051d5b044d437f5.tar.gz emacs-097a03d2a372c1285696779c7051d5b044d437f5.tar.bz2 emacs-097a03d2a372c1285696779c7051d5b044d437f5.zip |
Enable tab-bar-mode from X resources
* lisp/startup.el (x-apply-session-resources): Enable tab-bar-mode
when X resource "tabBar" class "TabBar" is "on", "yes" or "1".
* doc/man/emacs.1.in:
* doc/emacs/xresources.texi (Table of Resources):
Document X resource "tabBar" (class "TabBar").
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/emacs.1.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in index 25c32e018a0..5fe12aed95d 100644 --- a/doc/man/emacs.1.in +++ b/doc/man/emacs.1.in @@ -284,7 +284,7 @@ frames is a width of 80 and a height between 35 and 40, depending on the OS and the window manager. See the Emacs manual, section "Options for Window Size and Position", for information on how window sizes interact -with selecting or deselecting the tool bar and menu bar. +with selecting or deselecting the tool bar, tab bar and menu bar. .TP .BI \-lsp " pixels\fR,\fP " \-\-line\-spacing= "pixels" Additional space to put between lines. @@ -517,6 +517,9 @@ window. .BR toolBar " (class " ToolBar ) Number of lines to reserve for the tool bar. .TP +.BR tabBar " (class " TabBar ) +Number of lines to reserve for the tab bar. +.TP .BR useXIM " (class " UseXIM ) Turns off use of X input methods (XIM) if .I false |