CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/10/25 23:19:20

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- doc/m4.texinfo      24 Oct 2006 03:46:41 -0000      1.72
+++ doc/m4.texinfo      25 Oct 2006 23:19:19 -0000      1.73
@@ -5547,7 +5547,7 @@
 @node Location
 @section Printing current location
 
-To make it possible to specify the location of the error, three
+To make it possible to specify the location of an error, three
 utility builtins exist:
 
 @deffn {Builtin (gnu)} __file__
@@ -5613,9 +5613,15 @@
 m4wrap(`foo
 ')
 @result{}
-foo
+foo(errprint(__line__
+__line__
+))
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 @result{}8
 @result{}8
+__line__
[EMAIL PROTECTED]
 ^D
 @result{}6
 @result{}6


Reply via email to