diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-12 13:31:22 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-12 13:31:22 +0100 |
commit | 271f92a66db54c20570ba70e72b0110268dc0e77 (patch) | |
tree | 28395d4e50ed4e91193eeed401a441cace1cc40a /doc/en | |
parent | 44411f123ae9e5dffa37be08f91b0975b1d85f77 (diff) | |
download | weechat-271f92a66db54c20570ba70e72b0110268dc0e77.zip |
doc: fix typo in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index c3f6ddedd..b82592618 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8081,7 +8081,7 @@ Arguments: <<_weechat_hook_signal,weechat_hook_signal>>) * 'signal_data': data sent with signal -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: * return code of last callback executed ('WEECHAT_RC_OK' if no callback was executed): @@ -8395,7 +8395,7 @@ Arguments: * 'signal': signal to send * 'hashtable': hashtable -Return value (_WeeChat ≥ 0.4.4)_: +Return value _(WeeChat ≥ 0.4.4)_: * return code of last callback executed ('WEECHAT_RC_OK' if no callback was executed): |