From 2cf6433d3edcfb31d707ea0bb52020b149637a6b Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 31 Oct 2013 12:03:12 -0700 Subject: [PATCH] doc/ffi: typo --- doc/ffi/ffi.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1