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 [branch-1_4]


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo,v [branch-1_4]
Date: Thu, 22 Jun 2006 17:49:19 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/22 17:49:18

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.21
retrieving revision 1.1.1.1.2.22
diff -u -b -r1.1.1.1.2.21 -r1.1.1.1.2.22
--- doc/m4.texinfo      18 Jun 2006 21:36:09 -0000      1.1.1.1.2.21
+++ doc/m4.texinfo      22 Jun 2006 17:49:18 -0000      1.1.1.1.2.22
@@ -9,6 +9,12 @@
 
 @include version.texi
 
address@hidden The testsuite expects literal tab output in some examples, but
address@hidden literal tabs in texinfo lead to formatting issues.
address@hidden tabchar
+@      @c
address@hidden macro
+
 @dircategory GNU programming tools
 @direntry
 * m4: (m4).                    A powerful macro processor.
@@ -471,9 +477,9 @@
 @itemx --silent
 Suppress warnings about missing or superfluous arguments in macro calls.
 
address@hidden -B
address@hidden -S
address@hidden -T
address@hidden address@hidden
address@hidden address@hidden
address@hidden address@hidden
 These options are present for compatibility with System V @code{m4}, but
 do nothing in this implementation.
 
@@ -1564,10 +1570,10 @@
 @comment ignore
 @example
 define(`forloop',
-       `pushdef(`$1', `$2')_forloop(`$1',`$2',`$3',`$4')popdef(`$1')')
+  `pushdef(`$1', `$2')_forloop(`$1', `$2', `$3', `$4')popdef(`$1')')
 define(`_forloop',
        `$4`'ifelse($1, `$3', ,
-                  `define(`$1', incr($1))_forloop(`$1',`$2',`$3',`$4')')')
+    `define(`$1', incr($1))_forloop(`$1', `$2', `$3', `$4')')')
 @end example
 
 Notice the careful use of quotes.  Only three macro arguments are
@@ -1621,10 +1627,10 @@
 define(`foo', `Hello world.')
 @result{}
 dumpdef(`foo')
address@hidden: `Hello world.'
address@hidden:@tabchar{}`Hello world.'
 @result{}
 dumpdef(`define')
address@hidden: <define>
address@hidden:@tabchar{}<define>
 @result{}
 @end example
 
@@ -1638,7 +1644,7 @@
 pushdef(`f', ``$0'1')pushdef(`f', ``$0'2')
 @result{}
 f(popdef(`f')dumpdef(`f'))
address@hidden: ``$0'1'
address@hidden:@tabchar{}``$0'1'
 @result{}f2
 f(popdef(`f')dumpdef(`f'))
 @error{}m4.input:7: m4: Undefined name f
@@ -3722,4 +3728,6 @@
 @c Local Variables:
 @c fill-column: 72
 @c ispell-local-dictionary: "american"
address@hidden indent-tabs-mode: nil
address@hidden whitespace-check-buffer-indent: nil
 @c End:




reply via email to

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