From ecb8733562079227b96b1a2884cd3cce6d3974bb Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 8 Feb 2011 21:20:57 +0100 Subject: docs: fix typos in manual, and a couple in code comments. * doc/ref/api-binding.texi, doc/ref/api-compound.texi, doc/ref/api-control.texi, doc/ref/api-debug.texi, doc/ref/api-io.texi, doc/ref/api-macros.texi, doc/ref/api-procedures.texi, doc/ref/api-scheduling.texi, doc/ref/api-undocumented.texi, doc/ref/api-utility.texi, doc/ref/compiler.texi, doc/ref/goops.texi, doc/ref/libguile-concepts.texi, doc/ref/misc-modules.texi, doc/ref/posix.texi, doc/ref/r6rs.texi, doc/ref/slib.texi, doc/ref/srfi-modules.texi, doc/ref/sxml-match.texi, doc/ref/tools.texi, doc/ref/vm.texi, doc/ref/web.texi, doc/sources/env.texi, doc/sources/jimb-org.texi, doc/sources/scheme-concepts.texi, doc/sources/unix.texi, module/ice-9/optargs.scm: Fix typos. * doc/r4rs/r5rs.texi: Likewise. Do not capitalize code symbols even at the start of a sentence. * doc/ref/api-data.texi: Likewise. Also, remove executable bit. --- doc/ref/api-utility.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ref/api-utility.texi') diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index 8fdfb2240..fb747eef8 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -432,7 +432,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 +Recursively copy the data tree that is bound to @var{obj}, and return 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 -- cgit v1.2.3