diff options
-rw-r--r-- | doc/ref/api-foreign.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi index 6e2610c07..e572f176f 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -534,7 +534,7 @@ return two values, with @code{errno} as the second value. Finally, in @code{(system foreign-library)} there is a convenient wrapper function, joining together @code{foreign-library-pointer} and -@code{procedure->pointer}: +@code{pointer->procedure}: @deffn {Scheme Procedure} foreign-library-function lib name @ [#:return-type=void] [#:arg-types='()] [#:return-errno?=#f] |