diff options
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 9953f50e5..f29aa81ff 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1246,7 +1246,9 @@ config_weechat_init_options () "buffer_notify_default", "integer", N_("default notify level for buffers (used to tell WeeChat if buffer " "must be displayed in hotlist or not, according to importance " - "of message)"), + "of message): all=all messages (default), " + "message=messages+highlights, highlight=highlights only, " + "none=never display in hotlist"), "none|highlight|message|all", 0, 0, "all", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_look_buffer_time_format = config_file_new_option ( |