diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-19 16:23:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-19 16:23:19 +0200 |
commit | 90ab543ce2385dc99b0f1bd304572214bd851ec7 (patch) | |
tree | 2dfc7f8627ab92d3ce3915b439a3584439749c28 /doc/en | |
parent | 0a2c938dae061fe2301af583c8a5e48bc15d9193 (diff) | |
download | weechat-90ab543ce2385dc99b0f1bd304572214bd851ec7.zip |
doc: add missing description of argument "case_sensitive" for function "weechat_string_match" in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 8ce28cac6..989fcacc7 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -719,6 +719,7 @@ Arguments: * 'string': string * 'mask': mask, can begin or end with "`*`" (no other "`*`" are allowed inside mask) +* 'case_sensitive': 1 for case sensitive comparison, otherwise 0 Return value: |