~ chicken-core (master) 23596373189049166dc91f0efaa4aba961a2ef0d


commit 23596373189049166dc91f0efaa4aba961a2ef0d
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Jul 18 19:27:37 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Jul 18 19:27:37 2026 +0200

    manual: c-l-a returns a list of strings

diff --git a/manual/Module (chicken process-context) b/manual/Module (chicken process-context)
index b30f4d08..3449be95 100644
--- a/manual/Module (chicken process-context)	
+++ b/manual/Module (chicken process-context)	
@@ -37,7 +37,7 @@ library.
 
 <parameter>(command-line-arguments)</parameter>
 
-Contains the list of arguments passed to this program.
+Contains a list of strings holding the arguments passed to this program.
 
 This ''excludes'' the name of the program, as well as any runtime
 options (options starting with {{-:}}) up until the first empty
Trap