Andy Wingo <wi...@pobox.com> writes: > On Mon 13 May 2013 00:47, taylanbayi...@gmail.com (Taylan Ulrich B.) writes: > >> The manual section 6.17.5, (info "(guile) Compilation"), doesn't say >> in which module the functions it mentions reside. Here is a patch for >> doc/ref/api-evaluation.texi: > > Can you send this along with a commit message, in git-format-patch > format? Thanks :) > > Cheers, > > Andy
If I got it right, this mail should be usable with "git am --scissors", I hope I got it right. Added @code{} by the way. -- >8 -- Subject: [PATCH] Mention (system base compile) in `api-evaluation.texi'. --- doc/ref/api-evaluation.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index 63b1d60..da55145 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -693,7 +693,7 @@ coding declaration as recognized by @code{file-encoding} @end deffn The compiler can also be invoked directly by Scheme code using the procedures -below: +below, which are found in the module @code{(system base compile)}: @deffn {Scheme Procedure} compile exp [#:env=#f] @ [#:from=(current-language)] @ -- 1.8.1.2