summaryrefslogtreecommitdiff
path: root/dev-scheme/guile/files/guile-1.8.8-texinfo-6.7.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-scheme/guile/files/guile-1.8.8-texinfo-6.7.patch
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-scheme/guile/files/guile-1.8.8-texinfo-6.7.patch')
-rw-r--r--dev-scheme/guile/files/guile-1.8.8-texinfo-6.7.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-scheme/guile/files/guile-1.8.8-texinfo-6.7.patch b/dev-scheme/guile/files/guile-1.8.8-texinfo-6.7.patch
new file mode 100644
index 000000000000..6be52017a8d2
--- /dev/null
+++ b/dev-scheme/guile/files/guile-1.8.8-texinfo-6.7.patch
@@ -0,0 +1,22 @@
+--- a/doc/ref/api-compound.texi.orig 2020-08-08 22:23:07.000000000 -0400
++++ b/doc/ref/api-compound.texi 2020-08-08 22:23:33.000000000 -0400
+@@ -905,7 +905,7 @@
+ @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
+--- a/doc/ref/guile.info-2.orig 2020-08-08 22:22:59.000000000 -0400
++++ b/doc/ref/guile.info-2 2020-08-08 22:25:21.000000000 -0400
+@@ -4192,7 +4192,7 @@
+
+ -- 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 VEC and return a pointer to the
++ Acquire a handle for the vector VEC and return a pointer to the
+ elements of it. This pointer can only be used to read the
+ elements of VEC. When VEC is not a vector, an error is signaled.
+ The handle mustr eventually be released with