summaryrefslogtreecommitdiff
path: root/doc/ref/api-foreign.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-01-10 00:23:17 +0100
committerAndy Wingo <wingo@pobox.com>2012-01-10 00:23:49 +0100
commit0bdd43515eb3c62839512181cf33e5aea383e661 (patch)
treebeb0510b073def60e15d0aba064b76b62d331cd4 /doc/ref/api-foreign.texi
parentbbc2364a3e15fd4c7bbaf2c1c41554d7e9a87b9b (diff)
parentf78a1ccede02ccad89d6c91a6b297f1f14a30907 (diff)
downloadguile-0bdd43515eb3c62839512181cf33e5aea383e661.tar.gz
Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
Diffstat (limited to 'doc/ref/api-foreign.texi')
-rw-r--r--doc/ref/api-foreign.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index 2dd691675..82925e68d 100644
--- a/doc/ref/api-foreign.texi
+++ b/doc/ref/api-foreign.texi
@@ -1,7 +1,7 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2008,
-@c 2009, 2010, 2011 Free Software Foundation, Inc.
+@c 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@node Foreign Function Interface
@@ -680,7 +680,7 @@ pointers to manipulate them. We could write:
(lambda (b p)
(format p "#<bottle of ~a ~x>"
(bottle-contents b)
- (pointer-address (unwrap-foo b)))))
+ (pointer-address (unwrap-bottle b)))))
(define grab-bottle
;; Wrapper for `bottle_t *grab (void)'.