m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/doc/m4.texinfo,v


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo,v
Date: Thu, 28 Sep 2006 04:22:35 +0000

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
 
address@hidden 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
address@hidden option (@option{-l}) can affect output, by
-truncating longer strings.
address@hidden Levels}, for information on how the @samp{m}, @samp{q}, and
address@hidden flags affect the details of the display.  Remember, the
address@hidden flag is implied when the @option{--debug} option (@option{-d},
address@hidden 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')
address@hidden:@tabchar{}3, <div...>, 1 l...
+debugmode(`+m')
address@hidden
+dumpdef(`foo', `dnl', `indir', `__gnu__')
address@hidden:@address@hidden@}
address@hidden:@tabchar{}<dnl>@address@hidden
address@hidden:@tabchar{}3, <div...>@address@hidden, 1 l...
address@hidden:@tabchar{}<ind...>@address@hidden
address@hidden
+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 (@address@hidden@}}).
 
 @item p
 In debug output, print a message when a named file is found through the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]