index 0ec0df76866c3bab13f83bd8ebb1d9be67bf798e..d8d08f8b93c961652ad88742224747e4eeb22358 100644 (file)
+2007年12月13日 Paolo Bonzini <bonzini@gnu.org> (tiny change)
+
+ * doc/m4.texinfo: Fix quoting of a quoting example.
+ Reported by Giovanni Toffetti.
+
2007年12月11日 Eric Blake <ebb9@byu.net>
Stage 7: use chained input support in input parser.
index 14017d81b4c801feafcd691cf658cd9cf5b7472b..ddc544bd9b17f36d0f91d315739edc98ed9c0996 100644 (file)
@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