From 71b3115ccb973c168199fecb577989efb6abbdd9 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 12 Jan 2014 13:42:06 +0100 Subject: doc: fix typos in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/en') diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index cda4ed719..7599bee6c 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -1036,7 +1036,7 @@ regex = weechat.string_mask_to_regex("test*mask") # "test.*mask" _WeeChat ≥ 0.3.7._ -Get pointer on string after flags and return mask with flags to compile regular +Get pointer on string after flags and mask with flags to compile regular expression. Prototype: @@ -3353,7 +3353,7 @@ This function is not available in scripting API. _WeeChat ≥ 0.3.4._ -Return 1 if hashtable has key, otherwise 0. +Check if a key is in the hashtable. Prototype: -- cgit v1.2.3