standard error, `experr' should be used, not `expout'.
+2006-09-27 Stepan Kasal <kasal@ucw.cz>
+
+ * doc/autoconf.texi (Writing testsuite.at): Fix a typo: for
+ standard error, `experr' should be used, not `expout'.
+
2006-09-26 Paul Eggert <eggert@cs.ucla.edu>
* lib/autoconf/functions.m4 (AC_FUNC_FSEEKO): Don't compile the
output of the @var{commands} is the content of the file @file{expout}.
If @var{stdout} is @samp{stdout}, then the standard output of the
@var{commands} is available for further tests in the file @file{stdout}.
-Similarly for @var{stderr} with @samp{expout} and @samp{stderr}.
+Similarly for @var{stderr} with @samp{experr} and @samp{stderr}.
@end defmac