diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-11 21:33:05 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-11 21:33:05 +0200 |
commit | 04b228715bf674e4272672dbd1036cc5dbea904a (patch) | |
tree | 56b7034c1261f81ade96abdc404f1427a97d0ebe /doc/en/weechat_plugin_api.en.txt | |
parent | a31702995544b1bfd2cba56061372cf8f149deaa (diff) | |
download | weechat-04b228715bf674e4272672dbd1036cc5dbea904a.zip |
doc: fix return value of function hook_modifier_exec in plugin API reference
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 0449bc318..694bd87d1 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8631,7 +8631,7 @@ Arguments: Return value: -* string modified, NULL if no changes in string were made by modifier(s) +* string modified, NULL if error occurred C example: |