mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix building with makeinfo 6.7
* doc/goops/goops-tutorial.texi (Copyright): Replace 0xA9 with "(C)" (two instances). * doc/ref/api-compound.texi (Vector Accessing from C): Replace 0xA0 with 0x20.
This commit is contained in:
parent
9f3004bc26
commit
4613c52c3b
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
@c
|
||||
@c STk Reference manual (Appendix: An Introduction to STklos)
|
||||
@c
|
||||
@c Copyright © 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
|
||||
@c Copyright (C) 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
|
||||
@c Permission to use, copy, modify, distribute,and license this
|
||||
@c software and its documentation for any purpose is hereby granted,
|
||||
@c provided that existing copyright notices are retained in all
|
||||
|
@ -42,7 +42,7 @@ Original attribution:
|
|||
|
||||
STk Reference manual (Appendix: An Introduction to STklos)
|
||||
|
||||
Copyright © 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@@unice.fr>
|
||||
Copyright (C) 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@@unice.fr>
|
||||
Permission to use, copy, modify, distribute,and license this
|
||||
software and its documentation for any purpose is hereby granted,
|
||||
provided that existing copyright notices are retained in all
|
||||
|
|
|
@ -905,7 +905,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