CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/25 22:06:42

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- doc/m4.texinfo      25 Aug 2006 19:23:02 -0000      1.35
+++ doc/m4.texinfo      25 Aug 2006 22:06:41 -0000      1.36
@@ -1219,7 +1219,7 @@
 index(`abc',)
 @result{}0
 index(`abc', `b', `ignored')
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 @end example
 
 Macros are expanded normally during argument collection, and whatever
@@ -1964,7 +1964,7 @@
 
 @example
 shift
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 shift(`bar')
 @result{}
 shift(`foo', `bar', `baz')
@@ -3645,7 +3645,7 @@
 patsubst(`GNUs not Unix', `\<', `OBS: ')
 @result{}OBS: GNUs OBS: not OBS: Unix
 patsubst(`GNUs not Unix', `\w*', `(\&)')
[EMAIL PROTECTED](GNUs)() (not)() (Unix)
[EMAIL PROTECTED](GNUs)() (not)() (Unix)()
 patsubst(`GNUs not Unix', `\w+', `(\&)')
 @result{}(GNUs) (not) (Unix)
 patsubst(`GNUs not Unix', `[A-Z][a-z]+')


Reply via email to