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 01:26:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix)

Andy Wingo <address@hidden> writes:

> On Mon 13 May 2013 00:47, address@hidden (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




reply via email to

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