~ chicken-core (chicken-5) 391f552553d184e9732aac35b0e99f4c6cada5fc


commit 391f552553d184e9732aac35b0e99f4c6cada5fc
Author:     felix <bunny351@gmail.com>
AuthorDate: Wed May 5 09:14:32 2010 +0200
Commit:     felix <bunny351@gmail.com>
CommitDate: Wed May 5 09:14:32 2010 +0200

    docd time changes

diff --git a/manual/Non-standard macros and special forms b/manual/Non-standard macros and special forms
index d6df43d2..dbbfabd9 100644
--- a/manual/Non-standard macros and special forms	
+++ b/manual/Non-standard macros and special forms	
@@ -532,9 +532,10 @@ by expression {{EXP}}.
 
 <macro>(time EXP1 ...)</macro>
 
-Evaluates {{EXP1 ...}} and prints elapsed time and some
-values about GC use, like time spent in major GCs, number of minor
-and major GCs.
+Performs a major garbage collection, evaluates {{EXP1 ...}} and prints
+elapsed time and some values about GC use, like time spent in major
+GCs, number of minor and major GCs. The output is sent to the port
+that is the current value of {{(current-error-port)}}.
 
 ---
 Previous: [[Non-standard read syntax]]
Trap