diff options
Diffstat (limited to 'doc/en/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 012b2a4e1..e19e37611 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -844,12 +844,12 @@ ** values: on, off (default value: `on`) * [[option_weechat.startup.command_after_plugins]] *weechat.startup.command_after_plugins* -** description: `command executed when WeeChat starts, after loading plugins` +** description: `command executed when WeeChat starts, after loading plugins (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `""`) * [[option_weechat.startup.command_before_plugins]] *weechat.startup.command_before_plugins* -** description: `command executed when WeeChat starts, before loading plugins` +** description: `command executed when WeeChat starts, before loading plugins (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `""`) |