guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Manual section on compilation doesn't mention (system base compile)


From: Taylan Ulrich B.
Subject: Re: Manual section on compilation doesn't mention (system base compile)
Date: Tue, 21 May 2013 22:45:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix)

Andy Wingo <address@hidden> 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 <address@hidden>
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]