CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/10/12 14:10:35

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.82
retrieving revision 1.1.1.1.2.83
diff -u -b -r1.1.1.1.2.82 -r1.1.1.1.2.83
--- doc/m4.texinfo      11 Oct 2006 23:34:21 -0000      1.1.1.1.2.82
+++ doc/m4.texinfo      12 Oct 2006 14:10:35 -0000      1.1.1.1.2.83
@@ -2897,14 +2897,20 @@
 ')m4exit(`77')')dnl
 define(`bar
 ', defn(`dnl'))dnl
+define(`baz', `dnl
+include(`foo') ignored
+dnl')dnl
 changeword(`\([_a-zA-Z][_a-zA-Z0-9]*\|bar
 \)')
 @result{}
 __file__:__line__
[EMAIL PROTECTED]:7
-include(`foo') still ignored
[EMAIL PROTECTED]:10
+include(`foo') ignored
 __file__:__line__
[EMAIL PROTECTED]:9
[EMAIL PROTECTED]:12
+baz ignored
+__file__:__line__
[EMAIL PROTECTED]:14
 define(`bar
 ', defn(`__file__'))
 @result{}
@@ -2916,7 +2922,7 @@
 include(`foo')
 @result{}1
 __file__:__line__
[EMAIL PROTECTED]:16
[EMAIL PROTECTED]:21
 @end example
 @end ignore
 
@@ -4477,7 +4483,7 @@
 though wrapped text came from line 0 of the file ``''.
 
 @example
-define(`echo', `$@')
+define(`echo', `$@@')
 @result{}
 define(`foo', `echo(__line__
 __line__)')


Reply via email to