diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-08-24 16:40:54 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-08-24 16:40:54 +0000 |
commit | cdf1ad3bc9ccc9f6bad737be285e2010a01b43e5 (patch) | |
tree | 2bf6ea69dd61d6438ef246a3ac2a8a32a946260d /doc/ref/api-utility.texi | |
parent | 12eec8a828cb213c222be1a980b7bad746c910aa (diff) | |
download | guile-cdf1ad3bc9ccc9f6bad737be285e2010a01b43e5.tar.gz |
Ran a (docstring-process-module "(guile)") and moved entries from
new-docstrings.texi to their appropriate place.
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r-- | doc/ref/api-utility.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index 8cc662fa7..669bf1b5c 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -355,7 +355,7 @@ copies any pairs in the cars of the input lists. @deffn {Scheme Procedure} copy-tree obj @deffnx {C Function} scm_copy_tree (obj) Recursively copy the data tree that is bound to @var{obj}, and return a -pointer to the new data structure. @code{copy-tree} recurses down the +the new data structure. @code{copy-tree} recurses down the contents of both pairs and vectors (since both cons cells and vector cells may point to arbitrary objects), and stops recursing when it hits any other object. |