~ chicken-core (chicken-5) 9db08c49fda14e0dcf659a76ec2734b6a5b744ed


commit 9db08c49fda14e0dcf659a76ec2734b6a5b744ed
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Oct 23 22:42:21 2025 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Oct 23 22:42:21 2025 +0200

    add note in read-marks point to set-read-syntax!

diff --git a/manual/Extensions to the standard b/manual/Extensions to the standard
index c20f4e35..f72b80dc 100644
--- a/manual/Extensions to the standard	
+++ b/manual/Extensions to the standard	
@@ -149,7 +149,7 @@ Interpretation depends on the directly following characters. Only the following
 
 ; DSSSL Formal Parameter List Annotation : If followed by any of the character sequences {{optional}}, {{rest}} or {{key}}, then a symbol with the same name (and prefixed with {{#!}}) is returned
 
-; Read Mark Invocation : If a ''read mark'' with the same name as the token is registered, then its procedure is called and the result of the read-mark procedure will be returned
+; Read Mark Invocation : If a ''read mark'' with the same name as the token is registered, then its procedure is called and the result of the read-mark procedure will be returned (see {{set-read-syntax!}}).
 
 === Conditional Expansion
 
Trap