This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=81c857b17c954573a75f702ee38fb9b45e799942 The branch, master has been updated via 81c857b17c954573a75f702ee38fb9b45e799942 (commit) from 73b09111770c4e712b08e08f412ccbdc4e476139 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 81c857b17c954573a75f702ee38fb9b45e799942 Author: Eric Blake <[EMAIL PROTECTED]> Date: Thu Dec 13 11:47:55 2007 -0700 Yet more rewording. * doc/m4.texinfo (Inhibiting Invocation): Missed one instance in the previous patch. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> (cherry picked from commit da38cc2a2e8272f41366ed87aee5abe64e81c3f9) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 +++++++-- doc/m4.texinfo | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c574ea..60ffb58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ 2007-12-13 Eric Blake <[EMAIL PROTECTED]> + Yet more rewording. + * doc/m4.texinfo (Inhibiting Invocation): Missed one instance in + the previous patch. + * THANKS: Update. -2007-12-13 Paolo Bonzini <[EMAIL PROTECTED]> (tiny change) +2007-12-13 Paolo Bonzini <[EMAIL PROTECTED]> (tiny change) - * doc/m4.texinfo: Fix quoting of a quoting example. + * doc/m4.texinfo (Inhibiting Invocation): Fix quoting of a quoting + example. Reported by Giovanni Toffetti. 2007-12-11 Eric Blake <[EMAIL PROTECTED]> diff --git a/doc/m4.texinfo b/doc/m4.texinfo index ddc544b..29b0608 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1507,8 +1507,9 @@ the @code{divert} builtin macro will be called, which expands to the empty string. @cindex rescanning -The output of macro evaluations is always rescanned. The following -example would yield the string @samp{bcd}, exactly as if @code{m4} +The output of macro evaluations is always rescanned. In the following +example, the input @samp{x`'y} yields the string @samp{bCD}, exactly as +if @code{m4} has been given @[EMAIL PROTECTED](ab`'cde, `1', `3')}} as input: @example hooks/post-receive -- GNU M4 source repository
