diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-17 18:34:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-17 18:34:21 +0100 |
commit | 1ef7a55e727f6936ee8aee702d8e2daa4c767d52 (patch) | |
tree | a3b1e4b3f9a793d9e174e9e8db2a2339d4be4815 /doc/en/weechat_plugin_api.en.adoc | |
parent | 3ee87bcfcebb03d11e974a1f0dd8b711d517a285 (diff) | |
download | weechat-1ef7a55e727f6936ee8aee702d8e2daa4c767d52.zip |
core: fix typo: Weechat -> WeeChat
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 9301fb376..dcee3891f 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -11035,7 +11035,7 @@ struct t_hook *weechat_hook_modifier (const char *modifier, Arguments: -* _modifier_: modifier name, list of modifiers used by Weechat or plugins +* _modifier_: modifier name, list of modifiers used by WeeChat or plugins (priority allowed, see note about <<hook_priority,priority>>) (see table below) * _callback_: function called when modifier is used, arguments and return value: |