diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 20:02:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 20:02:04 +0200 |
commit | 345c46133d929bb1307f5b812ae583de55d39ab5 (patch) | |
tree | 4bc552ce6365a206f784563dafdcd16f5ea4546d /doc/en | |
parent | d9336d52b326e249508fe7b25b3e4eda825a866c (diff) | |
download | weechat-345c46133d929bb1307f5b812ae583de55d39ab5.zip |
buflist: fix typo in /help buflist
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/buflist_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc index fe66fba3f..ccd38f9b8 100644 --- a/doc/en/autogen/user/buflist_commands.adoc +++ b/doc/en/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) |