typos from Will Farr

svn: r8440
This commit is contained in:
Eli Barzilay 2008-01-28 08:18:58 +00:00
parent eda72235bd
commit cd2724534a
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
The @schememodname[scheme/foreign] library enables the direct use of
C-based APIs within Scheme programs---without writing any new C
code). From the Scheme perspective, functions and data with a C-based
code. From the Scheme perspective, functions and data with a C-based
API are @idefterm{foreign}, hence the term @defterm{foreign
interface}. Furthermore, since most APIs consist mostly of functions,
the foreign interface is sometimes called a @defterm{foreign function

View File

@ -26,4 +26,5 @@ should be considered a bug in your code.}
Cooperates with @scheme[provide*] to define @scheme[id] as a
@scheme[unsafe!]-like form that introduces definitions for each
binding provided as @scheme[unsafe].}
binding provided as @scheme[unsafe]. The @scheme[define-unsafer] form
must occur after all the @scheme[provide*] forms to which it refers.}