STYLE: updated the docs to be more accurate

This commit is contained in:
Ken Martin 2005-06-22 14:20:16 -04:00
parent de89c6fa69
commit 5c3bd0e8e2
1 changed files with 2 additions and 2 deletions

View File

@ -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"