diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 15:57:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 15:57:38 +0200 |
commit | 230e827d24f46296dfce5e183c3fdd6378fab538 (patch) | |
tree | 95f66de1307ff1cbc2729d11bdcc63a40e7fb8ad /src | |
parent | e3ff69d6691471466ffb0581b2d5604bdc86b0eb (diff) | |
download | weechat-230e827d24f46296dfce5e183c3fdd6378fab538.zip |
core: fix help on option weechat.look.hotlist_count_max
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 406d5d581..1d94b3e37 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2886,9 +2886,8 @@ config_weechat_init_options () "hotlist_count_max", "integer", N_("max number of messages count to display in hotlist for a buffer: " "0 = never display messages count, " - "1 = display count for highlights/private messages, " - "2 = display count for highlight/private messages and messages, " - "3 = display count for all types of messages"), + "other number = display max N messages count (from the highest to " + "lowest priority)"), NULL, 0, GUI_HOTLIST_NUM_PRIORITIES, "2", NULL, 0, NULL, NULL, NULL, &config_change_buffer_content, NULL, NULL, |