diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-02-08 21:17:02 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-09 21:34:08 +0000 |
commit | d98e8fc180e9187bf0698e7fc74453996f996e0f (patch) | |
tree | 1da0fc521b25b08895531cd0b4d1405de8b028c6 | |
parent | 15b06ca9cee69509fef83928fa492c51c8292bb7 (diff) | |
download | guile-d98e8fc180e9187bf0698e7fc74453996f996e0f.tar.gz |
docs: remove non-ASCII space from docs.
* doc/ref/api-compound.texi (Vector Accessing from C): Replace
0xa0 character with space.
-rw-r--r-- | 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 bc8cb7fbd..f5e8c979d 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 |