* Insert missing `of' in autoconf.texi.
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 8 Mar 2002 13:18:00 +0000 (13:18 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 8 Mar 2002 13:18:00 +0000 (13:18 +0000)
doc/ref/ChangeLog
doc/ref/autoconf.texi

index aa7ea31..52d9fa8 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-03  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * autoconf.texi (Autoconf Background): Insert missing `of'.
+
 2002-03-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * api.txt, data-rep.texi: Renamed the struct scm_cell to
index 301dc44..8d05b2e 100644 (file)
@@ -30,9 +30,10 @@ by the @file{configure} script, typically by adding the tests to
 Users of your package then run @file{configure} in the normal way.
 
 Macros are a way to make common feature tests easy to express.  Autoconf
-provides a wide range macros (@pxref{Existing Tests,,,autoconf}), and Guile
-installation provides Guile-specific tests in the areas of: program detection,
-compilation flags reporting, and Scheme module checks.
+provides a wide range of macros (@pxref{Existing Tests,,,autoconf}), and
+Guile installation provides Guile-specific tests in the areas of:
+program detection, compilation flags reporting, and Scheme module
+checks.
 
 
 @node Autoconf Macros