diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-01 16:08:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-01 16:08:11 +0200 |
commit | 2a94dc135909cd2c6384170db65a6e916241494c (patch) | |
tree | 789247b7b18aed1b8ec4636f97605383d3ec504f /doc/ja/autogen/user/fset_options.adoc | |
parent | b67c7a4b29f9dac613f9dc938bc84c413f3a6f38 (diff) | |
download | weechat-2a94dc135909cd2c6384170db65a6e916241494c.zip |
doc: update auto-generated files with fset options
Diffstat (limited to 'doc/ja/autogen/user/fset_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/fset_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/fset_options.adoc b/doc/ja/autogen/user/fset_options.adoc index 95642b10a..60a13cd4f 100644 --- a/doc/ja/autogen/user/fset_options.adoc +++ b/doc/ja/autogen/user/fset_options.adoc @@ -393,13 +393,13 @@ ** デフォルト値: `+"/unset ${name}"+` * [[option_fset.format.option1]] *fset.format.option1* -** 説明: 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 predefined format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] +** 説明: 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] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+""+` * [[option_fset.format.option2]] *fset.format.option2* -** 説明: 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 predefined format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] +** 説明: 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] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"+` |