Andy Wingo <wi...@pobox.com> writes: >> Subject: [PATCH] Mention (system base compile) in `api-evaluation.texi'. >> > > Here the only thing that is missing is the ChangeLog-style commit log: > > http://www.gnu.org/prep/standards/standards.html#Change-Logs > > See any other commit in Guile for examples also. > > I'm being picky but it's worth it for this first of many patches :) > > Regards, > > Andy
No problem at all being picky, I'm all for consistency. :) Still a Gnus-noob, I hope this attachment is fine.
>From ce82e318bc35201ca523f5015f380fd3ba42c880 Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B <taylanbayi...@gmail.com> Date: Tue, 21 May 2013 01:08:46 +0200 Subject: [PATCH] Mention (system base compile) in `api-evaluation.texi'. * doc/ref/api-evaluation.texi ("Compiling Scheme Code"): Mention the module (system base compile), which is where the listed procedures come from. --- 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