* doc/autoconf.texi (Evaluation Macros): Fix typo.
Signed-off-by: Eric Blake <ebb9@byu.net>
+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.
@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])
1, 2[,] 3
1,2, 3
[1],[2, 3]
-1,2, 3
+1, 2, 3
@end example