~ chicken-core (chicken-5) f3708222bc9cae4682ef00028f0549ff1df8ec5a


commit f3708222bc9cae4682ef00028f0549ff1df8ec5a
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Thu Dec 8 15:25:30 2011 -0200
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Thu Dec 8 15:25:30 2011 -0200

    `subvector' was actually introduced in 4.7.3

diff --git a/manual/Unit library b/manual/Unit library
index 0c3cc81c..d8f641d9 100644
--- a/manual/Unit library	
+++ b/manual/Unit library	
@@ -983,7 +983,7 @@ contents are initialized to some unspecified value.
 Returns a new vector with elements taken from {{VECTOR}} in the
 given range. {{TO}} defaults to {{(vector-length VECTOR)}}.
 
-{{subvector}} was introduced in CHICKEN 4.7.2.
+{{subvector}} was introduced in CHICKEN 4.7.3.
 
 
 === The unspecified value
Trap