From 1df73d6306a2cbaad171a838f3caf93293d40de0 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 18 Jul 2001 07:01:46 +0000 Subject: [PATCH] Fix spelling error. --- doc/intro.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/intro.texi b/doc/intro.texi index df5362bfa..af9e7ed7d 100644 --- a/doc/intro.texi +++ b/doc/intro.texi @@ -1,4 +1,4 @@ -@c $Id: intro.texi,v 1.12.2.2 2001-07-18 06:55:12 ttn Exp $ +@c $Id: intro.texi,v 1.12.2.3 2001-07-18 07:01:46 ttn Exp $ @page @node What is Guile? @@ -729,7 +729,7 @@ guile -c '(write %load-path) (newline)' Suppose you want to use the procedures and variables exported by the module @code{(ice-9 popen)}, which provides the means for communicating with other processes over pipes. Add the following line to your -currently running Guile REPL or the top of you script file. +currently running Guile REPL or the top of your script file. @lisp (use-modules (ice-9 popen))