guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-15-19-gd9


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-15-19-gd98e8fc
Date: Wed, 09 Feb 2011 21:34:54 +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=d98e8fc180e9187bf0698e7fc74453996f996e0f

The branch, master has been updated
       via  d98e8fc180e9187bf0698e7fc74453996f996e0f (commit)
      from  15b06ca9cee69509fef83928fa492c51c8292bb7 (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 d98e8fc180e9187bf0698e7fc74453996f996e0f
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Feb 8 21:17:02 2011 +0100

    docs: remove non-ASCII space from docs.
    
    * doc/ref/api-compound.texi (Vector Accessing from C): Replace
    0xa0 character with space.

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

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 bc8cb7f..f5e8c97 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -906,7 +906,7 @@ Sets the element at position @var{idx} in the simple vector
 @end deftypefn
 
 @deftypefn {C Function} {const SCM *} scm_vector_elements (SCM vec, 
scm_t_array_handle *handle, size_t *lenp, ssize_t *incp)
-Acquire a handle for the vector @var{vec} and return a pointer to the
+Acquire a handle for the vector @var{vec} and return a pointer to the
 elements of it.  This pointer can only be used to read the elements of
 @var{vec}.  When @var{vec} is not a vector, an error is signaled.  The
 handle mustr eventually be released with


hooks/post-receive
-- 
GNU Guile



reply via email to

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