summaryrefslogtreecommitdiff
path: root/doc/ja/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-26 20:22:06 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-26 20:22:06 +0200
commita21a31e3ca2645987016d4bdff360876c6d20e7e (patch)
tree24a19dfc065a6508ee0a9cdb3f6bd511a299cbc7 /doc/ja/autogen
parentef7851ab5c4d32aacf39e741d8176753921c0e00 (diff)
downloadweechat-a21a31e3ca2645987016d4bdff360876c6d20e7e.zip
buflist: add support of hdata "irc_server" and "irc_channel" in sort option (closes #968)
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r--doc/ja/autogen/user/buflist_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc
index ba3c4202d..1c4305246 100644
--- a/doc/ja/autogen/user/buflist_options.adoc
+++ b/doc/ja/autogen/user/buflist_options.adoc
@@ -123,7 +123,7 @@
** デフォルト値: `+""+`
* [[option_buflist.look.sort]] *buflist.look.sort*
-** 説明: pass:none[バッファをソートする際に考慮するフィールドのコンマ区切りリスト; 各フィールドはバッファの hdata 変数です; フィールドの先頭に "-" 文字を付けることでソート順を逆にすることも可能です]
+** 説明: pass:none[comma-separated list of fields to sort buffers; each field is a hdata variable of buffer ("var"), a hdata variable of IRC server ("irc_server.var") or a hdata variable of IRC channel ("irc_channel.var"); char "-" can be used before field to reverse order]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+"number,-active"+`