Redirect cross reference to Weak References
authorAlexey Radul <axch@mit.edu>
Fri, 27 May 2011 20:42:38 +0000 (21:42 +0100)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 9 Apr 2013 02:39:32 +0000 (02:39 +0000)
on the grounds that that is now the landing page for the discussion of
strength and weakness.

doc/ref-manual/associations.texi

index 67b7ae42980129ae3b659ff4df21c3432169278f..aec69c4919e964cf836645572884b03823e01f42 100644 (file)
@@ -429,7 +429,7 @@ predicate that is used to compare keys, and whether or not the table
 allows its keys to be reclaimed by the garbage collector.  If a table
 prevents its keys from being reclaimed by the garbage collector, it is
 said to hold its keys @dfn{strongly}; otherwise it holds its keys
-@dfn{weakly} (@pxref{Weak Pairs}).
+@dfn{weakly} (@pxref{Weak References}).
 
 @deffn procedure make-strong-eq-hash-table [initial-size]
 @findex eq?