guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch branch_release-1-8 updated: Fix building with mak


From: Thien-Thi Nguyen
Subject: [Guile-commits] branch branch_release-1-8 updated: Fix building with makeinfo 6.7
Date: Sat, 12 Dec 2020 04:40:43 -0500

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch branch_release-1-8
in repository guile.

The following commit(s) were added to refs/heads/branch_release-1-8 by this 
push:
     new 4613c52  Fix building with makeinfo 6.7
4613c52 is described below

commit 4613c52c3b828a4f4037d3ffe0ed4e12bbbfd7e9
Author: Knut Petersen <knupero@gmail.com>
AuthorDate: Sat Dec 12 04:38:13 2020 -0500

    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.
---
 doc/goops/goops-tutorial.texi | 4 ++--
 doc/ref/api-compound.texi     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/goops/goops-tutorial.texi b/doc/goops/goops-tutorial.texi
index 11155df..125afa4 100644
--- a/doc/goops/goops-tutorial.texi
+++ b/doc/goops/goops-tutorial.texi
@@ -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
diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 5ecaca4..ea4412a 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -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



reply via email to

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