1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

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.
This commit is contained in:
Mark H Weaver 2013-08-13 19:52:48 -04:00
parent 71673fba93
commit 62744c1a6a

View file

@ -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