From 8878f040334f05b97f231b44ca93404c788547ee Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 14 Jun 2000 22:02:13 +0000 Subject: [PATCH] * eval.c: Updated comment above scm_map. --- libguile/eval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/eval.c b/libguile/eval.c index cd57da2e7..54e28268f 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -3605,9 +3605,9 @@ SCM_GPROC (s_map, "map", 2, 0, 1, scm_map, g_map); /* Note: Currently, scm_map applies PROC to the argument list(s) sequentially, starting with the first element(s). This is used in - evalext.c where the Scheme procedure `serial-map', which guarantees + evalext.c where the Scheme procedure `map-in-order', which guarantees sequential behaviour, is implemented using scm_map. If the - behaviour changes, we need to update `serial-map'. + behaviour changes, we need to update `map-in-order'. */ SCM