1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fix docs for `hashtable-copy'

* doc/ref/r6rs.texi (rnrs hashtables): a true mutable argument means a
  mutable copy.
This commit is contained in:
Ian Price 2012-11-26 01:24:51 +00:00
parent 5d7c55bdcf
commit 085552d83d

View file

@ -2101,8 +2101,8 @@ immutable.
@deffn {Scheme Procedure} hashtable-copy hashtable
@deffnx {Scheme Procedure} hashtable-copy hashtable mutable
Returns a copy of the hash table @var{hashtable}. If the optional
argument @var{mutable} is a true value, the new hash table will be
immutable.
argument @var{mutable} is provided and is a true value, the new hash
table will be mutable.
@end deffn
@deffn {Scheme Procedure} hashtable-clear! hashtable