]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Minor documentation fix.
authorEric Blake <ebb9@byu.net>
Thu, 6 Mar 2008 15:20:48 +0000 (08:20 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 6 Mar 2008 15:20:48 +0000 (08:20 -0700)
* doc/autoconf.texi (Evaluation Macros): Fix typo.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi

index cf144bf1c1acc92e97209aee32759212fce3cf44..0281018c2d3100e47b3c8449dbbb51fb842aee9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-06  Eric Blake  <ebb9@byu.net>
+
+       Minor documentation fix.
+       * doc/autoconf.texi (Evaluation Macros): Fix typo.
+
 2008-03-04  Eric Blake  <ebb9@byu.net>
 
        Make AT_CHECK act like a simple command.
index 83aec6f418fb1485d3e395722fb2997ee2a4ce98..4e24e31820fa45dd457e07417894701cf33b1d8d 100644 (file)
@@ -10933,7 +10933,7 @@ scenarios: not using these macros, using @code{m4_defn}, using
 
 @example
 $ @kbd{cat example.m4}
-# Overquote, so that quotes are visible.
+dnl Overquote, so that quotes are visible.
 m4_define([show], [$[]1 = [$1], $[]@@ = [$@@]])
 m4_define([a], [A])
 m4_define([mkargs], [1, 2[,] 3])
@@ -10963,7 +10963,7 @@ mkargs
 1, 2[,] 3
 1,2, 3
 [1],[2, 3]
-1,2, 3
+1, 2, 3
 @end example