projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60dd569
)
doc/ffi: typo
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 19:03:12 +0000
(12:03 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 19:03:12 +0000
(12:03 -0700)
doc/ffi/ffi.texinfo
patch
|
blob
|
history
diff --git
a/doc/ffi/ffi.texinfo
b/doc/ffi/ffi.texinfo
index 7840b67cad7e44ea00002a103f233191bff1ecbc..3cf3e34156aaa72a7f7d69292b12e024a8df1a4a 100644
(file)
--- 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-include
s
"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.