projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8072159
)
Redirect cross reference to Weak References
author
Alexey Radul
<axch@mit.edu>
Fri, 27 May 2011 20:42:38 +0000
(21:42 +0100)
committer
Taylor 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
patch
|
blob
|
history
diff --git
a/doc/ref-manual/associations.texi
b/doc/ref-manual/associations.texi
index 67b7ae42980129ae3b659ff4df21c3432169278f..aec69c4919e964cf836645572884b03823e01f42 100644
(file)
--- 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
Pair
s}).
+@dfn{weakly} (@pxref{Weak
Reference
s}).
@deffn procedure make-strong-eq-hash-table [initial-size]
@findex eq?