From 6d3b47aaf446e817e0661ca4a32b43658ead440d Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 9 Apr 2013 02:46:16 +0000 Subject: [PATCH] Fix argument order in HASH-TABLE/MODIFY! documentation. --- doc/ref-manual/associations.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref-manual/associations.texi b/doc/ref-manual/associations.texi index f486a419c..845bb27fe 100644 --- a/doc/ref-manual/associations.texi +++ b/doc/ref-manual/associations.texi @@ -761,7 +761,7 @@ the invoked procedure, i.e.@: calls it tail-recursively). The average time required by this operation is bounded by a constant. @end deffn -@deffn procedure hash-table/modify! hash-table key procedure default +@deffn procedure hash-table/modify! hash-table key default procedure @var{Procedure} must be a procedure of one argument. Applies @var{procedure} to the datum associated with @var{key} in @var{hash-table} or to @var{default} if there is no association for -- 2.25.1