Update hash-table/count for multiple entry types.
authorAlexey Radul <axch@mit.edu>
Sun, 29 May 2011 22:22:41 +0000 (23:22 +0100)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 9 Apr 2013 02:39:48 +0000 (02:39 +0000)
doc/ref-manual/associations.texi

index e311483255bf5a144481bf15f1e179c1ab50d1d4..f486a419c82e680b7fb9d2c4e642c0c45efc919c 100644 (file)
@@ -703,9 +703,10 @@ bounded by a constant.
 
 @deffn procedure hash-table/count hash-table
 Returns the number of associations in @var{hash-table} as an exact
-non-negative integer.  If @var{hash-table} holds its keys weakly, this
+non-negative integer.  If @var{hash-table}
+does not hold its keys and data strongly, this
 is a conservative upper bound that may count some associations whose
-keys have recently been reclaimed by the garbage collector.  The average
+keys or data have recently been reclaimed by the garbage collector.  The average
 and worst-case times required by this operation are bounded by a
 constant.
 @end deffn