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-69-g62744c


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-69-g62744c1
Date: Tue, 13 Aug 2013 23:54:31 +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=62744c1a6a6d5fb3f2d6036ce82023beebbff2c1

The branch, stable-2.0 has been updated
       via  62744c1a6a6d5fb3f2d6036ce82023beebbff2c1 (commit)
      from  71673fba930d735c09184d5ca115882239edabb3 (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 62744c1a6a6d5fb3f2d6036ce82023beebbff2c1
Author: Mark H Weaver <address@hidden>
Date:   Tue Aug 13 19:52:48 2013 -0400

    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.

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

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

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 699e760..37b0a8c 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


hooks/post-receive
-- 
GNU Guile



reply via email to

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