!BLANKS and !CONCAT pass basic tests.
[pspp] / doc / utilities.texi
index 62ca1a8f245ab03632ce086f818cfe198b80d49e..bd5b10c9e2bebe0699ccfc408e875fb94d3e55d5 100644 (file)
@@ -942,18 +942,21 @@ The following subcommands affect the interpretation of macros.
 Controls whether macros are expanded.  The default is ON.
 
 @item MPRINT
+@anchor{SET MPRINT}
 Controls whether the expansion of macros is included in output.  This
 is separate from whether command syntax in general is included in
 output.  The default is OFF.
 
 @item MITERATE
+@anchor{SET MITERATE}
 Limits the number of iterations executed in @code{!DO} loops within
 macros.  This does not affect other language constructs such as
 @cmd{LOOP}.  This must be set to a positive integer.  The default is
 1000.
 
 @item MNEST
-Limits the number of levels of nested macro expansion.  This must be
+@anchor{SET MNEST}
+Limits the number of levels of nested macro expansions.  This must be
 set to a positive integer.  The default is 50.
 @end table