From: Alexey Radul Date: Fri, 27 May 2011 20:42:38 +0000 (+0100) Subject: Redirect cross reference to Weak References X-Git-Tag: release-9.2.0~194^2~9 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6f72cbf809d250c97e535c24226c600d2a71e5ec;p=mit-scheme.git Redirect cross reference to Weak References on the grounds that that is now the landing page for the discussion of strength and weakness. --- diff --git a/doc/ref-manual/associations.texi b/doc/ref-manual/associations.texi index 67b7ae429..aec69c491 100644 --- a/doc/ref-manual/associations.texi +++ b/doc/ref-manual/associations.texi @@ -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?