~ chicken-core (chicken-5) 949bf2b04d41890be187d6abd186f61b0698caed
commit 949bf2b04d41890be187d6abd186f61b0698caed Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Apr 27 05:07:55 2011 -0400 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Apr 27 05:07:55 2011 -0400 tiny manual change diff --git a/manual/Modules b/manual/Modules index 6b91f329..b49801f5 100644 --- a/manual/Modules +++ b/manual/Modules @@ -41,7 +41,7 @@ CHICKEN's module system has the following features and shortcomings: ==== module -<macro>(module NAME (EXPORT ...) BODY ...)</macro><br> +<macro>(module NAME (EXPORT ...) BODY ...)</macro> <macro>(module NAME (EXPORT ...) FILENAME)</macro> <macro>(module NAME * BODY ...)</macro> <macro>(module NAME1 = NAME2 [BODY ...])</macro>Trap