fix docs on scheme_malloc_fail_ok

Closes PR 13363
This commit is contained in:
Matthew Flatt 2012-12-16 10:30:44 -07:00
parent fb7cbcfeb1
commit 59c693ddb2

View File

@ -728,7 +728,7 @@ Copies the null-terminated string @var{str}; the copy is collectable.}
Copies the null-terminated string @var{str}; the copy will never be freed.}
@function[(void* scheme_malloc_fail_ok
[size_t size]
[|void *(*)(size_t)| mallocf]
[size_t size])]{
Attempts to allocate @var{size} bytes using @var{mallocf}. If the