doc tweak

This commit is contained in:
Matthew Flatt 2015-10-01 21:30:46 -06:00
parent 7671c15b17
commit acac7092c5

View File

@ -23,8 +23,8 @@ the library produced by @racket[ffi-lib-expr]. The syntax of
(code:line #:fail fail-expr)])]
A @racket[define-id] form binds @racket[id] by extracting a binding
with the name @racket[c-id] from the library produced by
@racket[ffi-lib-expr], where @racket[c-id] defaults to @racket[id].
with the name @racket[_c-id] from the library produced by
@racket[ffi-lib-expr], where @racket[_c-id] defaults to @racket[_id].
The other options support further wrapping and configuration:
@itemize[