2002-09-11 Paul Eggert <eggert@twinsun.com>
- * doc/autoconf.texi (Defining Symbols): Explain that
- AC_DEFINE(var) defaults to 1, but AC_DEFINE(var,,description) does
- not; and the AC_DEFINE(var) case is obsolescent.
+ * doc/autoconf.texi: Fix minor formatting, spelling, and
+ grammatical typos.
+ (Defining Symbols): Explain that AC_DEFINE(var) defaults to 1, but
+ AC_DEFINE(var,,description) does not; and the AC_DEFINE(var) case
+ is obsolescent.
2002-09-11 Akim Demaille <akim@epita.fr>