work on PRINT encoding
[pspp] / doc / flow-control.texi
index d74a83b5735e25c656928643b73b38734ed370a6..fb2df35291abab9fc193f1acfc5a9d1f472b052a 100644 (file)
@@ -171,8 +171,8 @@ loop, not at the beginning, so that the body of a loop with only a
 condition on @cmd{END LOOP} will always execute at least once.
 
 If neither the index clause nor either condition clause is
-present, then the loop is executed MXLOOPS (@pxref{SET}) times.
-The default MXLOOPS is 40.
+present, then the loop is executed @var{max_loops} (@pxref{SET}) times.
+The default value of @var{max_loops} is 40.
 
 @cmd{BREAK} also terminates @cmd{LOOP} execution (@pxref{BREAK}).