doc/ffi: typo
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 19:03:12 +0000 (12:03 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 19:03:12 +0000 (12:03 -0700)
doc/ffi/ffi.texinfo

index 7840b67cad7e44ea00002a103f233191bff1ecbc..3cf3e34156aaa72a7f7d69292b12e024a8df1a4a 100644 (file)
@@ -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.