summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorarza <arza@arza.us>2019-02-26 19:33:03 +0200
committerarza <arza@arza.us>2019-02-26 19:33:03 +0200
commit2af3157dc2d93231c9387c8031b5a293ebc60962 (patch)
treecc50e3aedca878436ba60d853e5e9dd734ae2dba /doc/en/autogen
parenta10769f0f825093563b2b89a0e0ff35f1bda30be (diff)
downloadweechat-2af3157dc2d93231c9387c8031b5a293ebc60962.zip
fset: fix typo in /help fset.format.option2
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/fset_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/fset_options.adoc b/doc/en/autogen/user/fset_options.adoc
index c12809287..d2087cc1e 100644
--- a/doc/en/autogen/user/fset_options.adoc
+++ b/doc/en/autogen/user/fset_options.adoc
@@ -399,7 +399,7 @@
** default value: `+""+`
* [[option_fset.format.option2]] *fset.format.option2*
-** description: pass:none[second format of each line with an option which is not marked not the selected one (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X]
+** description: pass:none[second format of each line with an option which is not marked nor the selected one (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X]
** type: string
** values: any string
** default value: `+"${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"+`