CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 07/03/07 15:52:02
Index: doc/m4.texinfo =================================================================== RCS file: /sources/m4/m4/doc/m4.texinfo,v retrieving revision 1.1.1.1.2.120 retrieving revision 1.1.1.1.2.121 diff -u -b -r1.1.1.1.2.120 -r1.1.1.1.2.121 --- doc/m4.texinfo 2 Mar 2007 03:22:58 -0000 1.1.1.1.2.120 +++ doc/m4.texinfo 7 Mar 2007 15:52:02 -0000 1.1.1.1.2.121 @@ -64,7 +64,9 @@ @title GNU M4, version @value{VERSION} @subtitle A powerful macro processor @subtitle Edition @value{EDITION}, @value{UPDATED} [EMAIL PROTECTED] by Ren@'e Seindal [EMAIL PROTECTED] by Ren@'e Seindal, Fran@,{c}ois Pinard, [EMAIL PROTECTED] Gary V. Vaughan, and Eric Blake [EMAIL PROTECTED] (@email{bug-m4@@gnu.org}) @page @vskip 0pt plus 1filll @@ -409,7 +411,7 @@ say what you expected to occur; this will help us decide whether the problem was really in the documentation. -Once you've got a precise problem, send e-mail to (Internet) +Once you've got a precise problem, send e-mail to @email{bug-m4@@gnu.org}. Please include the version number of @code{m4} you are using. You can get this information with the command @kbd{m4 --version}. Also provide details about the platform you are @@ -4404,7 +4406,7 @@ @deffn Builtin regexp (@var{string}, @var{regexp}, @ovar{replacement}) Searches for @var{regexp} in @var{string}. The syntax for regular expressions is the same as in @acronym{GNU} Emacs, which is similar to -Basic Regular Expressions (@sc{BRE}) in @acronym{POSIX}. [EMAIL PROTECTED], Basic Regular Expressions} in @acronym{POSIX}. @ifnothtml @xref{Regexps, , Syntax of Regular Expressions, emacs, The GNU Emacs Manual}. @@ -4414,8 +4416,8 @@ @uref{http://www.gnu.org/@/software/@/emacs/@/manual/@/emacs.html#Regexps, Syntax of Regular Expressions} in the @acronym{GNU} Emacs Manual. @end ifhtml -Support for Extended Regular Expressions (@sc{ERE}) is not available, -but will be added in @acronym{GNU} M4 2.0. +Support for @acronym{ERE, Extended Regular Expressions} is not +available, but will be added in @acronym{GNU} M4 2.0. If @var{replacement} is omitted, @code{regexp} expands to the index of the first match of @var{regexp} in @var{string}. If @var{regexp} does