From acac7092c515389b618e69b1342632b790c91794 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 1 Oct 2015 21:30:46 -0600 Subject: [PATCH] doc tweak --- pkgs/racket-doc/scribblings/foreign/define.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/foreign/define.scrbl b/pkgs/racket-doc/scribblings/foreign/define.scrbl index a56c1f073c0..c1be430dd2e 100644 --- a/pkgs/racket-doc/scribblings/foreign/define.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/define.scrbl @@ -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[