diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/manual/manual.of b/manual/manual.of index bb95148a..77e37de3 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -3848,7 +3848,6 @@ or zero if the value at @id{idx} is not a number. | |||
3848 | 3848 | ||
3849 | Calls a function (or a callable object) in protected mode. | 3849 | Calls a function (or a callable object) in protected mode. |
3850 | 3850 | ||
3851 | |||
3852 | Both @id{nargs} and @id{nresults} have the same meaning as | 3851 | Both @id{nargs} and @id{nresults} have the same meaning as |
3853 | in @Lid{lua_call}. | 3852 | in @Lid{lua_call}. |
3854 | If there are no errors during the call, | 3853 | If there are no errors during the call, |
@@ -3998,9 +3997,9 @@ Lua will call @id{falloc} before raising the error. | |||
3998 | Pushes onto the stack a formatted string | 3997 | Pushes onto the stack a formatted string |
3999 | and returns a pointer to this string @see{constchar}. | 3998 | and returns a pointer to this string @see{constchar}. |
4000 | The result is a copy of @id{fmt} with | 3999 | The result is a copy of @id{fmt} with |
4001 | each @emph{conversion specifier} replaced by its respective | 4000 | each @emph{conversion specifier} replaced by a string representation |
4002 | extra argument. | 4001 | of its respective extra argument. |
4003 | A conversion specifier can be | 4002 | A conversion specifier (and its corresponding extra argument) can be |
4004 | @Char{%%} (inserts the character @Char{%}), | 4003 | @Char{%%} (inserts the character @Char{%}), |
4005 | @Char{%s} (inserts a zero-terminated string, with no size restrictions), | 4004 | @Char{%s} (inserts a zero-terminated string, with no size restrictions), |
4006 | @Char{%f} (inserts a @Lid{lua_Number}), | 4005 | @Char{%f} (inserts a @Lid{lua_Number}), |