From 221c09e3539621cad5f1047ea9b0f3ddc9d23df8 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Tue, 20 Jul 2021 18:29:53 +0300 Subject: [PATCH] Update compilation-target to match info from Marc Feeley --- cond-expand.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cond-expand.scm b/cond-expand.scm index 21e1f25..314a8a6 100644 --- a/cond-expand.scm +++ b/cond-expand.scm @@ -15,5 +15,5 @@ (description "True iif library name is importable. [R7RS]") (id compilation-target) -(args ...) -(description "[Gambit]") +(args target ...) +(description "True iif at least one target is supported. [Gambit]")