diff options
Diffstat (limited to 'src/keeper.cpp')
-rw-r--r-- | src/keeper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp index 7038f2c..e058114 100644 --- a/src/keeper.cpp +++ b/src/keeper.cpp | |||
@@ -576,8 +576,8 @@ int keepercall_set(lua_State* const L_) | |||
576 | * Call a function ('func_name') in the keeper state, and pass on the returned | 576 | * Call a function ('func_name') in the keeper state, and pass on the returned |
577 | * values to 'L'. | 577 | * values to 'L'. |
578 | * | 578 | * |
579 | * 'linda': deep Linda pointer (used only as a unique table key, first parameter) | 579 | * 'linda': deep Linda pointer (used only as a unique table key, first argument) |
580 | * 'starting_index': first of the rest of parameters (none if 0) | 580 | * 'starting_index': first of the rest of arguments (none if 0) |
581 | * | 581 | * |
582 | * Returns: number of return values (pushed to 'L'), unset in case of error | 582 | * Returns: number of return values (pushed to 'L'), unset in case of error |
583 | */ | 583 | */ |