summaryrefslogtreecommitdiff
path: root/doc/ref/api-memory.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r--doc/ref/api-memory.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ref/api-memory.texi b/doc/ref/api-memory.texi
index 6d9d5dc39..ddfe3d9db 100644
--- a/doc/ref/api-memory.texi
+++ b/doc/ref/api-memory.texi
@@ -316,10 +316,9 @@ nor a weak value hash table.
@deffn {Scheme Procedure} make-weak-vector size [fill]
@deffnx {C Function} scm_make_weak_vector (size, fill)
-Return a weak vector with @var{size} elements. If the optional
-argument @var{fill} is given, all entries in the vector will be
-set to @var{fill}. The default value for @var{fill} is the
-empty list.
+Return a weak vector with @var{size} elements. If the optional argument
+@var{fill} is given, all entries in the vector will be set to
+@var{fill}. The default value for @var{fill} is @code{#f}.
@end deffn
@deffn {Scheme Procedure} weak-vector elem @dots{}