X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Futilities.texi;fp=doc%2Futilities.texi;h=bd5b10c9e2bebe0699ccfc408e875fb94d3e55d5;hb=4050694982faa61a222bac09a044f89e501fafff;hp=da5de1ddceaf5164c80cd8788b6f65a921c40d14;hpb=5581c901aba8df3b31f6406d7fff09e26a9e7fc1;p=pspp diff --git a/doc/utilities.texi b/doc/utilities.texi index da5de1ddce..bd5b10c9e2 100644 --- a/doc/utilities.texi +++ b/doc/utilities.texi @@ -938,21 +938,25 @@ The following subcommands affect the interpretation of macros. @table @asis @item MEXPAND +@anchor{SET MEXPAND} 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