doc: PRINT on DO REPEAT is not yet implemented.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 30 Dec 2019 06:59:09 +0000 (06:59 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 30 Dec 2019 06:59:27 +0000 (06:59 +0000)
Reported by Nolan Void.

doc/flow-control.texi

index a8e399f0f489c1a056a6f19fb107ad774f0161ae..6c7a88ded186371c5cd0381f5c9d379a989fe3c2 100644 (file)
@@ -129,9 +129,9 @@ Any command may appear within @subcmd{DO REPEAT}, including nested @subcmd{DO RE
 commands.  If @cmd{INCLUDE} or @cmd{INSERT} appears within @subcmd{DO REPEAT},
 the substitutions do not apply to the included file.
 
-If @subcmd{PRINT} is specified on @cmd{END REPEAT}, the commands after substitutions
-are made are printed to the listing file, prefixed by a plus sign
-(@samp{+}).
+If @subcmd{PRINT} is specified on @cmd{END REPEAT}, the commands after
+substitutions are made should be printed to the listing file, prefixed
+by a plus sign (@samp{+}).  This feature is not yet implemented.
 
 @node LOOP
 @section LOOP