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=da38cc2a2e8272f41366ed87aee5abe64e81c3f9 The branch, branch-1_4 has been updated via da38cc2a2e8272f41366ed87aee5abe64e81c3f9 (commit) from 4167d5ca75e32eef51c7ad7d3efececdbe394d93 (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 da38cc2a2e8272f41366ed87aee5abe64e81c3f9 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]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 +++++++-- doc/m4.texinfo | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5421796..14582ac 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 5f3a805..576a34c 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1345,8 +1345,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
