1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 08:10:31 +02:00

* Fix doc typo.

This commit is contained in:
Neil Jerram 2002-01-07 20:48:02 +00:00
parent f159783325
commit 4902ea64db
3 changed files with 8 additions and 2 deletions

1
THANKS
View file

@ -12,6 +12,7 @@ Contributors since the last release:
For fixes or providing information which led to a fix:
Martin Baulig
Fabrice Bauzac
Rob Browning
Michael Carmack
Brian Crowder

View file

@ -1,3 +1,8 @@
2002-01-07 Neil Jerram <neil@ossau.uklinux.net>
* intro.texi (Linking Programs With Guile): Fix typo (superfluous
`do'). Thanks to Fabrice Bauzac.
2002-01-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
* intro.texi: Spell check. Thanks to Fabrice Bauzac.

View file

@ -1,4 +1,4 @@
@c $Id: intro.texi,v 1.6 2002-01-06 07:45:06 ttn Exp $
@c $Id: intro.texi,v 1.7 2002-01-07 20:48:02 ossau Exp $
@page
@ -360,7 +360,7 @@ head of any C source file that uses identifiers described in this
manual. Once you've compiled your source files, you need to link them
against the Guile object code library, @code{libguile}.
On most systems, you should not need to do tell the compiler and linker
On most systems, you should not need to tell the compiler and linker
explicitly where they can find @file{libguile.h} and @file{libguile}.
When Guile has been installed in a peculiar way, or when you are on a
peculiar system, things might not be so easy and you might need to pass