From: Matt Birkholz Date: Thu, 31 Oct 2013 19:03:12 +0000 (-0700) Subject: doc/ffi: typo X-Git-Tag: release-9.2.0~55 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2cf6433d3edcfb31d707ea0bb52020b149637a6b;p=mit-scheme.git doc/ffi: typo --- diff --git a/doc/ffi/ffi.texinfo b/doc/ffi/ffi.texinfo index 7840b67ca..3cf3e3415 100644 --- a/doc/ffi/ffi.texinfo +++ b/doc/ffi/ffi.texinfo @@ -427,7 +427,7 @@ the corresponding @file{-types} and @file{-const} files at syntax time. This makes the C types and constants available to the other @code{C-...} syntax expanders. The form binds @code{c-includes} in the syntax environment @i{unless} it is already defined there. Thus a -@code{(C-includes "library")} form can be placed at the top of every +@code{(C-include "library")} form can be placed at the top of every file with @code{C-...} syntax, @emph{or} loaded into the syntax-time environment of those files.