diff options
author | Andy Wingo <wingo@pobox.com> | 2014-02-08 14:44:23 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-02-08 14:44:23 +0100 |
commit | d4a5776ac5fd39fc65100d626ca3c147ca3dc2c2 (patch) | |
tree | acea68218977690e2bffab61aa754eb4d1b13b60 /doc/ref/api-memory.texi | |
parent | 5fc051babef5ea07cf48c02c31ef729344639f9a (diff) | |
parent | 54cded99dc5db94b1df0dc417161ebef7c60d874 (diff) | |
download | guile-d4a5776ac5fd39fc65100d626ca3c147ca3dc2c2.tar.gz |
Merge commit '54cded99dc5db94b1df0dc417161ebef7c60d874'
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r-- | doc/ref/api-memory.texi | 6 |
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 |