diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-02 20:38:37 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-02 20:38:37 +0200 |
commit | 2f8fd4c0ef04bee2d70ed6e9989a86cff28bbe81 (patch) | |
tree | f07cf7bd42029cf02353497a335ed2ac9af41557 /doc/en/autogen | |
parent | c59f812c740cf891e3fe34cee51f594fd21c71d7 (diff) | |
download | weechat-2f8fd4c0ef04bee2d70ed6e9989a86cff28bbe81.zip |
fset: fix help on options fset.format.option1 and fset.format.option2
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/fset_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/fset_options.adoc b/doc/en/autogen/user/fset_options.adoc index d2087cc1e..14ef801ac 100644 --- a/doc/en/autogen/user/fset_options.adoc +++ b/doc/en/autogen/user/fset_options.adoc @@ -393,13 +393,13 @@ ** default value: `+"/unset ${name}"+` * [[option_fset.format.option1]] *fset.format.option1* -** description: pass:none[first 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] +** description: pass:none[first format of each line, used when option fset.look.format_number is set to 1 (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: `+""+` * [[option_fset.format.option2]] *fset.format.option2* -** 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] +** description: pass:none[second format of each line, used when option fset.look.format_number is set to 2 (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}"+` |