From 82b3d7781fad082fb5e7b775996a5f78523bdaa8 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 20 Sep 2000 16:50:18 +0000 Subject: [PATCH] * boot-9.scm: Removed comment. (Thanks to Brad Knotwell.) --- ice-9/boot-9.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index c9da2b1de..b6da0a85e 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -545,7 +545,6 @@ ;;; ;;; (and-map fn lst) is like (and (fn (car lst)) (fn (cadr lst)) (fn...) ...) ;;; (or-map fn lst) is like (or (fn (car lst)) (fn (cadr lst)) (fn...) ...) -;;; (map-in-order fn lst) is like (map fn lst) but definately in order of lst. ;;; ;; and-map f l