From eb18f0a2ac38cd8122dbb8d8728b8e960d808238 Mon Sep 17 00:00:00 2001 From: Slackhead Date: Tue, 3 Apr 2018 17:49:51 +0100 Subject: [PATCH] Adjust the help docs entry --- doc/help/settings.asciidoc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 4c0362aa7..111fc5a2b 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -240,6 +240,8 @@ |<>|Padding (in pixels) for tab indicators. |<>|Width (in pixels) of the progress indicator (0 to disable). |<>|How to behave when the last tab is closed. +|<>|Mute the First Tab and Last Tab +messages when wrap is False. |<>|Minimum width (in pixels) of tabs (-1 for the default minimum size behavior). |<>|When switching tabs, what input mode is applied. |<>|Switch between tabs using the mouse wheel. @@ -257,8 +259,6 @@ |<>|Format to use for the tab title for pinned tabs. The same placeholders like for `tabs.title.format` are defined. |<>|Width (in pixels or as percentage of the window) of the tab bar if it's vertical. |<>|Wrap when changing tabs. -|<>|Mute the First Tab and Last Tab -messages when wrap is set to False. |<>|What search to start when something else than a URL is entered. |<>|Page to open if :open -t/-b/-w is used without URL. |<>|URL segments where `:navigate increment/decrement` will search for a number. @@ -2872,6 +2872,14 @@ Valid values: Default: +pass:[ignore]+ +[[tabs.mute_messages]] +=== tabs.mute_messages +Mute First Tab and Last Tab messages when `tabs.wrap` is False. + +Type: <> + +Default: +pass:[false]+ + [[tabs.min_width]] === tabs.min_width Minimum width (in pixels) of tabs (-1 for the default minimum size behavior). @@ -3076,14 +3084,6 @@ Type: <> Default: +pass:[true]+ -[[tabs.mute_messages]] -=== tabs.mute_messages -Mute First Tab and Last Tab messages when tabs.wrap is set to False. - -Type: <> - -Default: +pass:[false]+ - [[url.auto_search]] === url.auto_search What search to start when something else than a URL is entered.