fix docs to match revised vector-, string-, and byte-string-alloc C functions (merge to 4.2)

svn: r14968
This commit is contained in:
Matthew Flatt 2009-05-24 11:11:47 +00:00
parent 8218da6070
commit 60baa972f5

View File

@ -472,7 +472,7 @@ Like @cpp{scheme_make_sized_byte_string}, except the @var{len}
non-zero, then @var{copy} must be non-zero.}
@function[(Scheme_Object* scheme_alloc_byte_string
[int size]
[long size]
[char fill])]{
Allocates a new Scheme byte string.}
@ -555,7 +555,7 @@ Like @cpp{scheme_make_sized_char_string}, except the @var{len}
non-zero, then @var{copy} must be non-zero.}
@function[(Scheme_Object* scheme_alloc_char_string
[int size]
[long size]
[mzchar fill])]{
Allocates a new Scheme string.}
@ -636,7 +636,7 @@ Like @cpp{scheme_intern_exact_keyword}, but given a character array
instead of a UTF-8-encoding byte array.}
@function[(Scheme_Object* scheme_make_vector
[int size]
[long size]
[Scheme_Object* fill])]{
Allocates a new vector.}