~ chicken-core (chicken-5) 023a7adf96cf31e28935eb7f652a394abc071c73


commit 023a7adf96cf31e28935eb7f652a394abc071c73
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Jul 4 00:25:21 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Jul 4 00:25:21 2010 +0200

    tiny fix in compiler-note about else-clauses in 'select'

diff --git a/chicken-syntax.scm b/chicken-syntax.scm
index 56fc6563..53a95459 100644
--- a/chicken-syntax.scm
+++ b/chicken-syntax.scm
@@ -488,7 +488,7 @@
 			   `(##core#begin ,@(cdr clause)) )
 			  (else?
 			   (##sys#notice
-			    "non-`else' clause following `else' clause in `cond'"
+			    "non-`else' clause following `else' clause in `select'"
 			    (##sys#strip-syntax clause))
 			   (expand rclauses #t)
 			   '(##core#begin))
Trap