mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
docs: remove non-ASCII space from docs.
* doc/ref/api-compound.texi (Vector Accessing from C): Replace 0xa0 character with space.
This commit is contained in:
parent
15b06ca9ce
commit
d98e8fc180
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue