From e39a087979a4cac8724ba78ba86ae047c0664054 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 11 Nov 2008 23:49:59 +0000 Subject: [PATCH] Fix punctuation. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4897 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/perl.txt | 4 ++-- 1 file 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