diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/manual.of b/manual/manual.of index 150315d4..274799e3 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -3829,7 +3829,7 @@ This macro may evaluate its arguments more than once. | |||
3829 | 3829 | ||
3830 | } | 3830 | } |
3831 | 3831 | ||
3832 | @APIEntry{unsigned (lua_numbertostrbuff) (lua_State *L, int idx, | 3832 | @APIEntry{unsigned (lua_numbertocstring) (lua_State *L, int idx, |
3833 | char *buff);| | 3833 | char *buff);| |
3834 | @apii{0,0,-} | 3834 | @apii{0,0,-} |
3835 | 3835 | ||
@@ -3955,7 +3955,7 @@ This function is equivalent to @Lid{lua_pushcclosure} with no upvalues. | |||
3955 | 3955 | ||
3956 | } | 3956 | } |
3957 | 3957 | ||
3958 | @APIEntry{const char *(lua_pushextlstring) (lua_State *L, | 3958 | @APIEntry{const char *(lua_pushexternalstring) (lua_State *L, |
3959 | const char *s, size_t len, lua_Alloc falloc, void *ud);| | 3959 | const char *s, size_t len, lua_Alloc falloc, void *ud);| |
3960 | @apii{0,1,m} | 3960 | @apii{0,1,m} |
3961 | 3961 | ||