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:
b9540f0
)
Fix argument order in HASH-TABLE/MODIFY! documentation.
author
Taylor R Campbell
<campbell@mumble.net>
Tue, 9 Apr 2013 02:46:16 +0000
(
02:46
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Tue, 9 Apr 2013 02:46:16 +0000
(
02:46
+0000)
doc/ref-manual/associations.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/associations.texi
b/doc/ref-manual/associations.texi
index f486a419c82e680b7fb9d2c4e642c0c45efc919c..845bb27fe413f7ea61ff566c8924f4f749e4ecba 100644
(file)
--- 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