~ chicken-core (chicken-5) bd029ac2e36f6a65c7c33bbe4da459645f9f7fdb


commit bd029ac2e36f6a65c7c33bbe4da459645f9f7fdb
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Apr 22 15:39:35 2025 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Apr 22 15:39:35 2025 +0200

    csi, not csc

diff --git a/manual/Egg specification format b/manual/Egg specification format
index c90a3789..e1a4b5fa 100644
--- a/manual/Egg specification format	
+++ b/manual/Egg specification format	
@@ -330,7 +330,7 @@ as {{(csc-options "OPT1" "OPT2" ...)}} instead of {{(csc-options "OPT1 OPT2")}}
 OPTION may optionally be a list of the form {{(custom-config FILENAME ARG ...)}},
 which allows to dynamically determine options to be passed to the {{csc}}
 program. FILENAME should be the name of a Scheme source file in the
-current build directory. The file is invoked as {{csc -s FILENAME ARG ...}}
+current build directory. The file is invoked as {{csi -s FILENAME ARG ...}}
 and should write s-expressions to stdout that are taken as additional
 options to be passed to {{csc}} when compiling a component. The expressions
 are read in, any list structure is flattened and all items are converted to
Trap