~ chicken-core (chicken-5) b391e0370b3d8d94a63a6e7d2c96626af7c868dc


commit b391e0370b3d8d94a63a6e7d2c96626af7c868dc
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Dec 11 12:59:14 2011 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Dec 11 12:59:14 2011 +0100

    changed wording of deprecation-note for old signature of find-files

diff --git a/manual/Unit posix b/manual/Unit posix
index a81b834e..6eaba7bd 100644
--- a/manual/Unit posix	
+++ b/manual/Unit posix	
@@ -1199,13 +1199,8 @@ followed.
 Note that {{action}} is called with the full pathname of each file,
 including the directory prefix.
 
-This procedure's signature was changed in CHICKEN 4.6.   In older versions, {{find-files}}
-has a different signature:
-
-  (find-files DIRECTORY [TEST [ACTION [SEED [LIMIT]]]])
-
-The old signature is still supported in CHICKEN 4.6 for compatibility reasons, but is
-deprecated.
+The signature of this procedure changed in CHICKEN 4.7.4 from
+positional arguments to a keyword-driven style.
 
 === Getting the hostname and system information
 
Trap