From ad53950e28b8ea7bce9eb838830ef506a32eeabc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 24 Jan 2015 18:10:45 +0100 Subject: [PATCH] Regenerate docs. --- README.asciidoc | 1 + doc/help/commands.asciidoc | 2 +- doc/help/settings.asciidoc | 18 +++++++++++++++--- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 5d7224455..52b36cec8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -130,6 +130,7 @@ Contributors, sorted by the number of commits in descending order: // QUTE_AUTHORS_START * Florian Bruhin * Claude +* ZDarian * Peter Vilim * John ShaggyTwoDope Jenkins * rikn00 diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 73cf2205a..32ae8e9a5 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -372,7 +372,7 @@ Syntax: +:set [*--temp*] ['section'] ['option'] ['value']+ Set an option. -If the option name ends with '?', the value of the option is shown instead. +If the option name ends with '?', the value of the option is shown instead. If the option name ends with '!' and it is a boolean value, toggle it. ==== positional arguments * +'section'+: The section where the option is in. diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 4fa66ad19..05fd1c47c 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -82,7 +82,8 @@ |<>|How new tabs are positioned. |<>|How new tabs opened explicitely are positioned. |<>|Behaviour when the last tab is closed. -|<>|Hide the tabbar if only one tab is open. +|<>|Hide the tabbar if only one tab is open. +|<>|Always hide the tabbar. |<>|Whether to wrap when changing tabs. |<>|Whether tabs should be movable. |<>|On which mouse button to close tabs. @@ -718,8 +719,8 @@ Valid values: Default: +pass:[ignore]+ -[[tabs-auto-hide]] -=== auto-hide +[[tabs-hide-auto]] +=== hide-auto Hide the tabbar if only one tab is open. Valid values: @@ -729,6 +730,17 @@ Valid values: Default: +pass:[false]+ +[[tabs-hide-always]] +=== hide-always +Always hide the tabbar. + +Valid values: + + * +true+ + * +false+ + +Default: +pass:[false]+ + [[tabs-wrap]] === wrap Whether to wrap when changing tabs.