summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-08-13 19:52:48 -0400
committerMark H Weaver <mhw@netris.org>2013-08-13 19:52:48 -0400
commit62744c1a6a6d5fb3f2d6036ce82023beebbff2c1 (patch)
tree908ce2bd185e737e73ad9958226d9cd7e11ac8f4
parent71673fba930d735c09184d5ca115882239edabb3 (diff)
downloadguile-62744c1a6a6d5fb3f2d6036ce82023beebbff2c1.tar.gz
Manual: don't promise that 'append!' will modify the existing lists.
* doc/ref/api-compound.texi (Append/Reverse): Say that 'append!' *may* modify the given lists, but don't promise that it will.
-rw-r--r--doc/ref/api-compound.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 699e7601c..37b0a8ca3 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -459,7 +459,7 @@ list results if the last argument is not a proper list.
@end lisp
@code{append} doesn't modify the given lists, but the return may share
-structure with the final @var{obj}. @code{append!} modifies the
+structure with the final @var{obj}. @code{append!} may modify the
given lists to form its return.
For @code{scm_append} and @code{scm_append_x}, @var{lstlst} is a list