1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

Fix punctuation.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4897 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-11-11 23:49:59 +00:00 committed by exg
parent f0647439a9
commit e39a087979

View File

@ -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