]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Fix minor formatting, spelling, and
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Sep 2002 05:56:47 +0000 (05:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Sep 2002 05:56:47 +0000 (05:56 +0000)
grammatical typos.

ChangeLog

index c82f6b17da00b5f341d12324c1d8025f105312e5..5626787a9f473895f9a615445cbf6432181f88aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
 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>