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 /src/core | |
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 'src/core')
-rw-r--r-- | src/core/wee-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index c53265401..72bd3ace0 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2690,7 +2690,8 @@ config_weechat_init_options () weechat_config_file, ptr_section, "default_template", "string", N_("default completion template (please see documentation for template " - "codes and values)"), + "codes and values: plugin API reference, function " + "\"weechat_hook_command\")"), NULL, 0, 0, "%(nicks)|%(irc_channels)", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL); config_completion_nick_add_space = config_file_new_option ( |