]> Savannah Git Hosting - m4.git/commitdiff

Savannah Git Hosting - m4.git/commitdiff

git git@sv / m4.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f276ee)
* doc/m4.texinfo: Fix quoting of a quoting example.
2007年12月13日 17:53:14 +0000 (10:53 -0700)
2007年12月13日 17:55:42 +0000 (10:55 -0700)
Reported by Giovanni Toffetti.
(cherry picked from commit ba5c56ec45729eefb5687f4f272c6b08baa44030)


diff --git a/ChangeLog b/ChangeLog
index 0ec0df76866c3bab13f83bd8ebb1d9be67bf798e..d8d08f8b93c961652ad88742224747e4eeb22358 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 14017d81b4c801feafcd691cf658cd9cf5b7472b..ddc544bd9b17f36d0f91d315739edc98ed9c0996 100644 (file)
--- 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
GNU M4 source repository
RSS Atom

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