summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2014-02-08 14:44:23 +0100
committerAndy Wingo <wingo@pobox.com>2014-02-08 14:44:23 +0100
commitd4a5776ac5fd39fc65100d626ca3c147ca3dc2c2 (patch)
treeacea68218977690e2bffab61aa754eb4d1b13b60
parent5fc051babef5ea07cf48c02c31ef729344639f9a (diff)
parent54cded99dc5db94b1df0dc417161ebef7c60d874 (diff)
downloadguile-d4a5776ac5fd39fc65100d626ca3c147ca3dc2c2.tar.gz
Merge commit '54cded99dc5db94b1df0dc417161ebef7c60d874'
-rw-r--r--doc/ref/api-memory.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ref/api-memory.texi b/doc/ref/api-memory.texi
index 130ff84db..ec6c705e4 100644
--- a/doc/ref/api-memory.texi
+++ b/doc/ref/api-memory.texi
@@ -324,9 +324,6 @@ nor a weak value hash table.
@node Weak vectors
@subsubsection Weak vectors
-Weak vectors are mainly useful in Guile's implementation of weak hash
-tables.
-
@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
@@ -346,8 +343,7 @@ the same way @code{list->vector} would.
@deffn {Scheme Procedure} weak-vector? obj
@deffnx {C Function} scm_weak_vector_p (obj)
-Return @code{#t} if @var{obj} is a weak vector. Note that all
-weak hashes are also weak vectors.
+Return @code{#t} if @var{obj} is a weak vector.
@end deffn
@deffn {Scheme Procedure} weak-vector-ref wvect k