~ chicken-core (chicken-5) 2daebb6694b531b60adc8588d3422b05cc52ca09
commit 2daebb6694b531b60adc8588d3422b05cc52ca09
Author: Kooda <kooda@upyum.com>
AuthorDate: Thu Nov 29 14:30:28 2018 +0100
Commit: Kooda <kooda@upyum.com>
CommitDate: Thu Nov 29 14:30:28 2018 +0100
manual: fix the `reexport` example for C5
diff --git a/manual/Modules b/manual/Modules
index 71159d88..66222751 100644
--- a/manual/Modules
+++ b/manual/Modules
@@ -201,7 +201,7 @@ other modules:
<enscript hightlight=scheme>
(module r4rs ()
- (import scheme chicken)
+ (import scheme (chicken module))
(reexport
(except scheme
dynamic-wind values call-with-values eval scheme-report-environment
Trap