unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#20797: [PATCH] Fix typo in manual.
@ 2015-06-12 16:43 Alex Kost
  2015-06-19 19:46 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kost @ 2015-06-12 16:43 UTC (permalink / raw)
  To: 20797

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typo-in-manual.patch --]
[-- Type: text/x-diff, Size: 1010 bytes --]

From f7aabb38c24b40bec4be6af13ad387d4ed0c20ca Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#20797: [PATCH] Fix typo in manual.
  2015-06-12 16:43 bug#20797: [PATCH] Fix typo in manual Alex Kost
@ 2015-06-19 19:46 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-06-19 19:46 UTC (permalink / raw)
  To: Alex Kost; +Cc: 20797-done

Alex Kost <alezost@gmail.com> writes:
> Hello, I've noticed a typo.  Please let me know if the attached patch is
> not appropriate.

Pushed to stable-2.0, thanks!

     Mark





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-19 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 16:43 bug#20797: [PATCH] Fix typo in manual Alex Kost
2015-06-19 19:46 ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).