lua.c
changeset 152 0cf6c938ac03
parent 151 5d90caa7fb2c
child 153 8fba61f363a8
--- a/lua.c	Thu Mar 17 23:17:00 2016 +0200
+++ b/lua.c	Mon Mar 21 02:04:02 2016 +0200
@@ -1476,7 +1476,7 @@
 /// mcabber.hook
 /// Installs hook handler, returns an object, that you need to keep until
 /// hook handling is no more needed.
-/// A: string (hook name), hook function, integer (priority, optional)
+/// A: string (hook name), hook function, integer (hook handler priority, optional)
 /// R: userdata (hook object)
 static int lua_main_hook (lua_State *L)
 {