aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/manual.of b/manual/manual.of
index 774981c4..56619afe 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -3942,6 +3942,8 @@ holding the string content,
3942and @id{len} is the length of the string. 3942and @id{len} is the length of the string.
3943The string should have a zero at its end, 3943The string should have a zero at its end,
3944that is, the condition @T{s[len] == '\0'} should hold. 3944that is, the condition @T{s[len] == '\0'} should hold.
3945As with any string in Lua,
3946the length must fit in a Lua integer.
3945 3947
3946If @id{falloc} is different from @id{NULL}, 3948If @id{falloc} is different from @id{NULL},
3947that function will be called by Lua 3949that function will be called by Lua