guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 06/07: doc: Fix typo.


From: Ludovic Courtès
Subject: [Guile-commits] 06/07: doc: Fix typo.
Date: Mon, 18 Jun 2018 08:15:24 -0400 (EDT)

civodul pushed a commit to branch stable-2.2
in repository guile.

commit 33363f7ec393feeabd975c1466e5b9959ceeb7ab
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 29e1f86..f29646c 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]