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:
parent
5d7c55bdcf
commit
085552d83d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue