mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
doc: Fix typo.
Fixes <https://bugs.gnu.org/30941>. Reported by Fis Trivial <ybbs.daans@hotmail.com>. * doc/ref/libguile-foreign-objects.texi (Defining Foreign Object Types): Remove extraneous 'image_type' in example.
This commit is contained in:
parent
4853ca3e6d
commit
b77d7b0204
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
@c -*-texinfo-*-
|
@c -*-texinfo-*-
|
||||||
@c This is part of the GNU Guile Reference Manual.
|
@c This is part of the GNU Guile Reference Manual.
|
||||||
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011, 2013, 2014
|
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010, 2011, 2013, 2014, 2018
|
||||||
@c Free Software Foundation, Inc.
|
@c Free Software Foundation, Inc.
|
||||||
@c See the file guile.texi for copying conditions.
|
@c See the file guile.texi for copying conditions.
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ struct image @{
|
||||||
SCM update_func;
|
SCM update_func;
|
||||||
@};
|
@};
|
||||||
|
|
||||||
static SCM image_type image_type;
|
static SCM image_type;
|
||||||
|
|
||||||
void
|
void
|
||||||
init_image_type (void)
|
init_image_type (void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue