~ chicken-core (chicken-5) 45a8d1b52e91ac41ad20db9bc9e2b9a65206e244


commit 45a8d1b52e91ac41ad20db9bc9e2b9a65206e244
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Jan 10 23:00:12 2024 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Jan 10 23:07:39 2024 +0100

    better? I don't know, I've lost track

diff --git a/manual/Module (chicken platform) b/manual/Module (chicken platform)
index 47566d6b..7453195c 100644
--- a/manual/Module (chicken platform)	
+++ b/manual/Module (chicken platform)	
@@ -163,8 +163,8 @@ in the current system. Additionally the {{cond-expand}} form accesses this
 feature list to infer what features are provided. Predefined features are
 {{chicken}}, and the SRFIs (Scheme Request For Implementation) provided by the
 base system: {{srfi-23, srfi-30, srfi-39}}. If the {{eval}} unit
-is used (the default), the features {{srfi-0, srfi-2, srfi-6, srfi-8, srfi-9}}
-and {{srfi-10}} are defined. When compiling code (during compile-time) the
+is used (the default), the features {{srfi-0, srfi-2, srfi-6, srfi-8}} and {{srfi-9}}
+are defined. When compiling code (during compile-time) the
 feature {{compiling}} is registered. When evaluating code in the interpreter
 (csi), the feature {{csi}} is registered.
 
Trap