summaryrefslogtreecommitdiff
path: root/Source/cmForEachCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-22 14:20:16 -0400
committerKen Martin <ken.martin@kitware.com>2005-06-22 14:20:16 -0400
commit5c3bd0e8e2341c773edce79121f58eae29a28965 (patch)
tree771dfe8a9d6f60df6bf2700fd3f4144a420b89a1 /Source/cmForEachCommand.h
parentde89c6fa69beb86f1067834326c91e333d3ce4aa (diff)
downloadcmake-5c3bd0e8e2341c773edce79121f58eae29a28965.tar.gz
STYLE: updated the docs to be more accurate
Diffstat (limited to 'Source/cmForEachCommand.h')
-rw-r--r--Source/cmForEachCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmForEachCommand.h b/Source/cmForEachCommand.h
index 668172918d..550a8cf846 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"