mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +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:
parent
71673fba93
commit
62744c1a6a
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ list results if the last argument is not a proper list.
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@code{append} doesn't modify the given lists, but the return may share
|
@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.
|
given lists to form its return.
|
||||||
|
|
||||||
For @code{scm_append} and @code{scm_append_x}, @var{lstlst} is a list
|
For @code{scm_append} and @code{scm_append_x}, @var{lstlst} is a list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue