~ chicken-core (master) dbe1a8a8453180529a09b85710fe2b7d974a01e5


commit dbe1a8a8453180529a09b85710fe2b7d974a01e5
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Nov 30 14:00:50 2025 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Nov 30 14:00:50 2025 +0100

    fix markup (thanks to Alexey Egorov)

diff --git a/manual/Module (chicken syntax) b/manual/Module (chicken syntax)
index 19e550be..03ed6b5b 100644
--- a/manual/Module (chicken syntax)	
+++ b/manual/Module (chicken syntax)	
@@ -368,10 +368,10 @@ renamed.
 
 <procedure>(read-with-source-info [port])</procedure>
 
-Exactly like {{{read}}} from the {{{scheme}}} module, except it
+Exactly like {{read}} from the {{scheme}} module, except it
 registers the expression it read into the line number database, so
-that if {{{(read-with-source-info)}}} returns {{{OBJ}}},
-{{{(get-line-number OBJ)}}} will return the line number in {{{port}}}.
+that if {{(read-with-source-info)}} returns {{OBJ}},
+{{(get-line-number OBJ)}} will return the line number in {{port}}.
 
 The port argument may be omitted, in which case it defaults to the
 value returned by {{current-input-port}}. It is an error to read from
Trap