Hello, I've noticed a typo.  Please let me know if the attached patch is
not appropriate.

>From f7aabb38c24b40bec4be6af13ad387d4ed0c20ca Mon Sep 17 00:00:00 2001
From: Alex Kost <alez...@gmail.com>
Date: Fri, 12 Jun 2015 19:30:17 +0300
Subject: [PATCH] Fix typo in manual.

* doc/ref/api-modules.texi (Using Guile Modules): Remove extra "yet".
---
 doc/ref/api-modules.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 4c46f29..8f18b1e 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -171,8 +171,8 @@ of @code{@@} and should only be used as a last resort or for
 debugging, for example.
 
 Note that just as with a @code{use-modules} statement, any module that
-has not yet been loaded yet will be loaded when referenced by a
-@code{@@} or @code{@@@@} form.
+has not yet been loaded will be loaded when referenced by a @code{@@} or
+@code{@@@@} form.
 
 You can also use the @code{@@} and @code{@@@@} syntaxes as the target
 of a @code{set!} when the binding refers to a variable.
-- 
2.4.2

Reply via email to