guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-70-gb57162


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-70-gb57162c
Date: Wed, 14 Aug 2013 00:34:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=b57162c3d21fdc9e48572d7a9d4009c37f2c647a

The branch, stable-2.0 has been updated
       via  b57162c3d21fdc9e48572d7a9d4009c37f2c647a (commit)
      from  62744c1a6a6d5fb3f2d6036ce82023beebbff2c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b57162c3d21fdc9e48572d7a9d4009c37f2c647a
Author: Mark H Weaver <address@hidden>
Date:   Tue Aug 13 20:33:18 2013 -0400

    Manual: clarify that 'append!' and 'reverse!' might not mutate.
    
    * doc/ref/api-compound.texi (Append/Reverse): Clarify that 'append!' and
      'reverse!' are not required to modify anything.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/api-compound.texi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 37b0a8c..1990d77 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -459,8 +459,8 @@ 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!} may modify the
-given lists to form its return.
+structure with the final @var{obj}.  @code{append!} is permitted, but
+not required, to modify the given lists to form its return.
 
 For @code{scm_append} and @code{scm_append_x}, @var{lstlst} is a list
 of the list operands @var{lst} @dots{} @var{obj}.  That @var{lstlst}
@@ -474,8 +474,8 @@ itself is not modified or used in the return.
 @deffnx {C Function} scm_reverse_x (lst, newtail)
 Return a list comprising the elements of @var{lst}, in reverse order.
 
address@hidden constructs a new list, @code{reverse!} modifies
address@hidden in constructing its return.
address@hidden constructs a new list.  @code{reverse!} is permitted, but
+not required, to modify @var{lst} in constructing its return.
 
 For @code{reverse!}, the optional @var{newtail} is appended to the
 result.  @var{newtail} isn't reversed, it simply becomes the list


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]