From a4318577ec6560d1edc2b1baff8cb5baf3fa1b62 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Fri, 30 Mar 2001 16:37:51 +0000 Subject: [PATCH] * Typo fix. --- doc/ChangeLog | 4 ++++ doc/intro.texi | 4 ++-- 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 + + * intro.texi (Modules and Extensions): Fix typo. + 2001-03-27 Martin Grabmueller * 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