guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 30/58: doc: Fix typo.


From: Andy Wingo
Subject: [Guile-commits] 30/58: doc: Fix typo.
Date: Tue, 7 Aug 2018 06:58:35 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit b77d7b0204eba73317d7d41fc02e79dbc828cba1
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 18 14:06:12 2018 +0200

    doc: Fix typo.
    
    Fixes <https://bugs.gnu.org/30941>.
    Reported by Fis Trivial <address@hidden>.
    
    * doc/ref/libguile-foreign-objects.texi (Defining Foreign Object Types):
    Remove extraneous 'image_type' in example.
---
 doc/ref/libguile-foreign-objects.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/libguile-foreign-objects.texi 
b/doc/ref/libguile-foreign-objects.texi
index 0603496..f668eed 100644
--- a/doc/ref/libguile-foreign-objects.texi
+++ b/doc/ref/libguile-foreign-objects.texi
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
address@hidden Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 
2010, 2011, 2013, 2014
address@hidden Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 
2010, 2011, 2013, 2014, 2018
 @c   Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
@@ -53,7 +53,7 @@ struct image @{
   SCM update_func;
 @};
 
-static SCM image_type image_type;
+static SCM image_type;
 
 void
 init_image_type (void)



reply via email to

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