~ chicken-core (master) 6c61247c5746555a24a40b12931742087ec613a0
commit 6c61247c5746555a24a40b12931742087ec613a0
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Aug 10 22:03:16 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Aug 10 22:04:04 2026 +0200
drop redundant manual entry for include, include-ci
diff --git a/manual/Module (chicken base) b/manual/Module (chicken base)
index a9bac4ef..eccf3b94 100644
--- a/manual/Module (chicken base)
+++ b/manual/Module (chicken base)
@@ -1142,20 +1142,6 @@ need to be aware of:
* If source code is loaded from a port, then that port is closed after all expressions have been read.
* A compiled file can only be loaded once. Subsequent attempts to load the same file have no effect.
-==== include
-
-<macro>(include STRING1 STRING2 ...)</macro>
-<macro>(include-ci STRING1 STRING2 ...)</macro>
-
-Include toplevel-expressions from the given source files in the currently
-compiled/interpreted program. If the included file has the extension
-{{.scm}}, then it may be omitted. The file is searched for in the
-current directory and all directories specified by the {{-include-path}}
-option.
-
-{{include-ci}} works as {{include}} but reads files in case-insensitive
-mode.
-
==== include-relative
<macro>(include-relative STRING)</macro>
Trap