diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 12:40:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 12:40:09 +0200 |
commit | f250be4aa82e746178786701a224e02944e0286b (patch) | |
tree | 261f85ba6b041bf8da77b685ed482d1350b6e21e /doc/en | |
parent | 03b6b4c1cf77f1fccb92295c4528406245382c69 (diff) | |
download | weechat-f250be4aa82e746178786701a224e02944e0286b.zip |
core: add note about color codes "${color:xxx}" in /help weechat.look.day_change_message
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index f7c27526e..66ed593b8 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -484,7 +484,7 @@ ** values: on, off (default value: `on`) * [[option_weechat.look.day_change_message]] *weechat.look.day_change_message* -** description: `message displayed when the day has changed (see man strftime for date/time specifiers) (note: content is evaluated, see /help eval)` +** description: `message displayed when the day has changed (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)` ** type: string ** values: any string (default value: `"-- %a, %d %b %Y --"`) |