CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/28 04:22:33

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- doc/m4.texinfo      27 Sep 2006 13:21:05 -0000      1.53
+++ doc/m4.texinfo      28 Sep 2006 04:22:33 -0000      1.54
@@ -2642,12 +2642,12 @@
 @result{}f1
 @end example
 
[EMAIL PROTECTED] Levels}, for information on how the @samp{q} and @samp{s}
-flags affect the details of the display.  Remember, the @samp{q} flag is
-implied when the @option{--debug} option (@option{-d}, @pxref{Invoking
-m4}) is used in the command line without arguments.  Also, the
[EMAIL PROTECTED] option (@option{-l}) can affect output, by
-truncating longer strings.
[EMAIL PROTECTED] Levels}, for information on how the @samp{m}, @samp{q}, and
[EMAIL PROTECTED] flags affect the details of the display.  Remember, the
[EMAIL PROTECTED] flag is implied when the @option{--debug} option (@option{-d},
[EMAIL PROTECTED] m4}) is used in the command line without arguments.
+Also, the @option{--arglength} option (@option{-l}) can affect output,
+by truncating longer strings.
 
 @comment options: -ds -l3
 @example
@@ -2658,8 +2658,15 @@
 @result{}
 pushdef(`foo', `3')
 @result{}
-dumpdef(`foo')
[EMAIL PROTECTED]:@tabchar{}3, <div...>, 1 l...
+debugmode(`+m')
[EMAIL PROTECTED]
+dumpdef(`foo', `dnl', `indir', `__gnu__')
[EMAIL PROTECTED]:@[EMAIL PROTECTED]@}
[EMAIL PROTECTED]:@tabchar{}<dnl>@[EMAIL PROTECTED]
[EMAIL PROTECTED]:@tabchar{}3, <div...>@[EMAIL PROTECTED], 1 l...
[EMAIL PROTECTED]:@tabchar{}<ind...>@[EMAIL PROTECTED]
[EMAIL PROTECTED]
+debugmode(`-m')
 @result{}
 @end example
 
@@ -2919,7 +2926,8 @@
 
 @item m
 In debug output, print a message each time a module is manipulated
-(@pxref{Modules}).
+(@pxref{Modules}).  In dumpdef output, follow builtin macros with their
+module name, surrounded by braces (@[EMAIL PROTECTED]@}}).
 
 @item p
 In debug output, print a message when a named file is found through the


Reply via email to