From 69621cc1630f8a57a9e42ed42ce3b466c898b87e Mon Sep 17 00:00:00 2001 From: Alexey Radul Date: Sun, 29 May 2011 23:22:41 +0100 Subject: [PATCH] Update hash-table/count for multiple entry types. --- doc/ref-manual/associations.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/ref-manual/associations.texi b/doc/ref-manual/associations.texi index e31148325..f486a419c 100644 --- a/doc/ref-manual/associations.texi +++ b/doc/ref-manual/associations.texi @@ -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 -- 2.25.1