summaryrefslogtreecommitdiff
path: root/docs/perl.txt
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-11-11 23:49:59 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-11-11 23:49:59 +0000
commite39a087979a4cac8724ba78ba86ae047c0664054 (patch)
tree7e1e24df4bec17cc9a113db19c82a0d3c7768463 /docs/perl.txt
parentf0647439a9fbcc0387856c21a83bec4668d6bf56 (diff)
downloadirssi-e39a087979a4cac8724ba78ba86ae047c0664054.zip
Fix punctuation.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4897 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/perl.txt')
-rw-r--r--docs/perl.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/perl.txt b/docs/perl.txt
index c5f1726b..13ad28d9 100644
--- a/docs/perl.txt
+++ b/docs/perl.txt
@@ -291,7 +291,7 @@ timeout_add(msecs, func, data)
parameter `data'. Returns tag which can be used to stop the timeout.
timeout_add_once(msecs, func, data);
- Call 'func' once after `msecs' milliseconds (1000 = 1 second)
+ Call `func' once after `msecs' milliseconds (1000 = 1 second)
with parameter `data'. Returns tag which can be used to stop the timeout.
timeout_remove(tag)
@@ -349,7 +349,7 @@ command_runsub(cmd, data, server, item)
with command_bind("`cmd' `subcmd'", subcmdfunc[, category]);
command_unbind(cmd, func)
- Unbind command `cmd' from function 'func.
+ Unbind command `cmd' from function `func'.
command_set_options(cmd, data)
Set options for command `cmd' to `data'. `data' is a string of