~ chicken-core (chicken-5) 9ffdbd3e5e17e96afe6d79836a2b4c3602647d9a
commit 9ffdbd3e5e17e96afe6d79836a2b4c3602647d9a Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Aug 19 21:25:45 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Aug 19 21:25:45 2011 +0200 small note about object-size diff --git a/manual/Unit lolevel b/manual/Unit lolevel index 9f13b3af..7cb38959 100644 --- a/manual/Unit lolevel +++ b/manual/Unit lolevel @@ -611,7 +611,7 @@ Symbols are re-interned into the symbol table. Strings and byte-vectors are <procedure>(object-size X)</procedure> Returns the number of bytes that would be needed to evict the data object -{{X}}. +{{X}}. If {{X}} is an immediate object, zero is returned.Trap