summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/intro.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a731a1d8d..3cabef271 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-30 Neil Jerram <neil@ossau.uklinux.net>
+
+ * intro.texi (Modules and Extensions): Fix typo.
+
2001-03-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* scheme-data.texi (Strings): Reorganized the whole `Strings'
diff --git a/doc/intro.texi b/doc/intro.texi
index 48bc59e07..2d60ef59d 100644
--- a/doc/intro.texi
+++ b/doc/intro.texi
@@ -1,4 +1,4 @@
-@c $Id: intro.texi,v 1.4 2001-03-25 00:31:10 mvo Exp $
+@c $Id: intro.texi,v 1.5 2001-03-30 16:37:51 ossau Exp $
@page
@node What is Guile?
@@ -736,7 +736,7 @@ write a Scheme file with this contents
(dynamic-call "init_bessel" (dynamic-link "libguile-bessel"))
@end smallexample
-The file should of course be saved in the right place for autolading,
+The file should of course be saved in the right place for autoloading,
for example as @file{/usr/local/share/guile/math/bessel.scm}.
@page