~ chicken-core (chicken-5) abbb8f3b9e48b1caf87cd58616c842b6bc2c9207
commit abbb8f3b9e48b1caf87cd58616c842b6bc2c9207 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Aug 12 21:52:03 2025 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Aug 12 21:52:03 2025 +0200 version update in manual diff --git a/manual/The User's Manual b/manual/The User's Manual index 15b69e9a..7940e5df 100644 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@ -11,8 +11,8 @@ This is the manual for CHICKEN Scheme, version 6.0.0 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}} * [[Using the compiler]] : How to use the batch compiler -* [[Deviations from the standard]] : Where CHICKEN deviates from R5RS -* [[Extensions to the standard]] : Extensions to R5RS that CHICKEN provides +* [[Deviations from the standard]] : Where CHICKEN deviates from R7RS +* [[Extensions to the standard]] : Extensions to R7RS that CHICKEN provides * [[Included modules]] : A reference to CHICKEN's core module library * [[Interface to external functions and variables]] : Accessing C/C++ code and data * [[Modules]] : How CHICKEN manages namespacesTrap