diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-01 11:14:27 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-01 11:14:27 +0100 |
commit | 3306c0f3b5723fe211f1d5fd63d7ef3ecda405ef (patch) | |
tree | a91787505214b91ef2ec722eee06d19a2c2e15ad /doc/en/autogen/user | |
parent | 07c80639930531423bb528a3b24dc1daaa3af5af (diff) | |
download | weechat-3306c0f3b5723fe211f1d5fd63d7ef3ecda405ef.zip |
core: add info about doc and function to read in /help weechat.completion.default_template
Diffstat (limited to 'doc/en/autogen/user')
-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 9f74e159b..74a3387bf 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -284,7 +284,7 @@ ** values: on, off (default value: `on`) * [[option_weechat.completion.default_template]] *weechat.completion.default_template* -** description: `default completion template (please see documentation for template codes and values)` +** description: `default completion template (please see documentation for template codes and values: plugin API reference, function "weechat_hook_command")` ** type: string ** values: any string (default value: `"%(nicks)|%(irc_channels)"`) |