diff options
Diffstat (limited to 'doc/ref/api-memory.texi')
-rw-r--r-- | doc/ref/api-memory.texi | 19 |
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 |