From 5c3bd0e8e2341c773edce79121f58eae29a28965 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 22 Jun 2005 14:20:16 -0400 Subject: [PATCH] STYLE: updated the docs to be more accurate --- Source/cmForEachCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h index 668172918..550a8cf84 100644 --- a/Source/cmForEachCommand.h +++ b/Source/cmForEachCommand.h @@ -97,8 +97,8 @@ public: "All commands between FOREACH and the matching ENDFOREACH are recorded " "without being invoked. Once the ENDFOREACH is evaluated, the " "recorded list of commands is invoked once for each argument listed " - "in the original FOREACH command. Each recorded command is modified " - "before invocation to replace any occurrence of \"${loop_var}\" with " + "in the original FOREACH command. Before each iteration of the loop " + "\"${loop_var}\" will be set as a variable with " "the current value in the list.\n" "Foreach can also iterate over the range of numbers generated by " "foreach. There are three types of this iteration:\n"