summaryrefslogtreecommitdiff
path: root/doc/ref/api-memory.texi
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-08-24 16:40:54 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-08-24 16:40:54 +0000
commitcdf1ad3bc9ccc9f6bad737be285e2010a01b43e5 (patch)
tree2bf6ea69dd61d6438ef246a3ac2a8a32a946260d /doc/ref/api-memory.texi
parent12eec8a828cb213c222be1a980b7bad746c910aa (diff)
downloadguile-cdf1ad3bc9ccc9f6bad737be285e2010a01b43e5.tar.gz
Ran a (docstring-process-module "(guile)") and moved entries from
new-docstrings.texi to their appropriate place.
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r--doc/ref/api-memory.texi19
1 files changed, 3 insertions, 16 deletions
diff --git a/doc/ref/api-memory.texi b/doc/ref/api-memory.texi
index 62bc23ec6..8b015940c 100644
--- a/doc/ref/api-memory.texi
+++ b/doc/ref/api-memory.texi
@@ -323,13 +323,13 @@ To implement a mapping from source code expressions to the procedures
they constitute a doubly-weak table has to be used.
@menu
-* Weak key hashes::
+* Weak hash tables::
* Weak vectors::
@end menu
-@node Weak key hashes
-@subsubsection Weak key hashes
+@node Weak hash tables
+@subsubsection Weak hash tables
@deffn {Scheme Procedure} make-weak-key-hash-table size
@deffnx {Scheme Procedure} make-weak-value-hash-table size
@@ -356,19 +356,6 @@ table. Note that a doubly weak hash table is neither a weak key
nor a weak value hash table.
@end deffn
-@deffn {Scheme Procedure} make-weak-value-hash-table k
-@end deffn
-
-@deffn {Scheme Procedure} weak-value-hash-table? x
-@end deffn
-
-@deffn {Scheme Procedure} make-doubly-weak-hash-table k
-@end deffn
-
-@deffn {Scheme Procedure} doubly-weak-hash-table? x
-@end deffn
-
-
@node Weak vectors
@subsubsection Weak vectors