From 47601130776e37dde6f06d9891a1b3d8179cf423 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: 2007年12月13日 10:53:14 -0700 Subject: [PATCH] * doc/m4.texinfo: Fix quoting of a quoting example. Reported by Giovanni Toffetti. (cherry picked from commit ba5c56ec45729eefb5687f4f272c6b08baa44030) --- ChangeLog | 5 +++++ doc/m4.texinfo | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ec0df76..d8d08f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007年12月13日 Paolo Bonzini (tiny change) + + * doc/m4.texinfo: Fix quoting of a quoting example. + Reported by Giovanni Toffetti. + 2007年12月11日 Eric Blake Stage 7: use chained input support in input parser. diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 14017d81..ddc544bd 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -1509,15 +1509,17 @@ 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} -has been given @w{@samp{substr(`abcde', `1', `3')}} as input: +has been given @w{@samp{substr(ab`'cde, `1', `3')}} as input: @example +define(`cde', `CDE') +@result{} define(`x', `substr(ab') @result{} define(`y', `cde, `1', `3')') @result{} x`'y -@result{}bcd +@result{}bCD @end example Unquoted strings on either side of a quoted string are subject to -- 2.43.0

AltStyle によって変換されたページ (->オリジナル) /