summaryrefslogtreecommitdiff
path: root/doc/ja/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-02 20:02:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-02 20:02:04 +0200
commit345c46133d929bb1307f5b812ae583de55d39ab5 (patch)
tree4bc552ce6365a206f784563dafdcd16f5ea4546d /doc/ja/autogen
parentd9336d52b326e249508fe7b25b3e4eda825a866c (diff)
downloadweechat-345c46133d929bb1307f5b812ae583de55d39ab5.zip
buflist: fix typo in /help buflist
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r--doc/ja/autogen/user/buflist_commands.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/buflist_commands.adoc b/doc/ja/autogen/user/buflist_commands.adoc
index 69d1a86a7..50fd23c15 100644
--- a/doc/ja/autogen/user/buflist_commands.adoc
+++ b/doc/ja/autogen/user/buflist_commands.adoc
@@ -31,7 +31,7 @@ The following variables can be used in these options:
- ${current_buffer}: a boolean ("0" or "1"), "1" if this is the current buffer; it can be used in a condition: ${if:${current_buffer}?...:...}
- ${format_number}: indented number with separator (evaluation of option buflist.format.number)
- ${number}: indented number, for example " 1" if there are between 10 and 99 buffers
- - ${number_displayed}: "1" is the number is displayed, otherwise "0"
+ - ${number_displayed}: "1" if the number is displayed, otherwise "0"
- ${indent}: indentation for name (channel and private buffers are indented) (evaluation of option buflist.format.indent)
- ${format_nick_prefix}: colored nick prefix for a channel (evaluation of option buflist.format.nick_prefix)
- ${color_nick_prefix}: color of nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled)