Fix "include" doc typo
authorAndy Wingo <wingo@pobox.com>
Thu, 28 Nov 2013 09:59:42 +0000 (10:59 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 28 Nov 2013 09:59:42 +0000 (10:59 +0100)
* doc/ref/api-evaluation.texi (Local Inclusion): Fix typo.

doc/ref/api-evaluation.texi

index d9f6135..1810fe8 100644 (file)
@@ -1167,7 +1167,7 @@ it contains, splicing them into the location of the @code{include},
 within a @code{begin}.
 
 If @var{file-name} is a relative path, it is searched for relative to
-the path that contains the file that the @code{include} for appears in.
+the path that contains the file that the @code{include} form appears in.
 @end deffn
 
 If you are a C programmer, if @code{load} in Scheme is like