From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 12 12:55:44 2015 Received: (at submit) by debbugs.gnu.org; 12 Jun 2015 16:55:44 +0000 Received: from localhost ([127.0.0.1]:52033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z3SF5-0006Ph-7e for submit@debbugs.gnu.org; Fri, 12 Jun 2015 12:55:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56674) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z3SF2-0006PQ-Gj for submit@debbugs.gnu.org; Fri, 12 Jun 2015 12:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3SEi-0004zN-Ox for submit@debbugs.gnu.org; Fri, 12 Jun 2015 12:55:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3SEi-0004r4-M8 for submit@debbugs.gnu.org; Fri, 12 Jun 2015 12:55:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3S3A-0000JG-CW for bug-guile@gnu.org; Fri, 12 Jun 2015 12:43:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3S37-0007U9-6f for bug-guile@gnu.org; Fri, 12 Jun 2015 12:43:24 -0400 Received: from mail-la0-x244.google.com ([2a00:1450:4010:c03::244]:36116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3S36-0007Tv-UL for bug-guile@gnu.org; Fri, 12 Jun 2015 12:43:21 -0400 Received: by lams18 with SMTP id s18so6485274lam.3 for ; Fri, 12 Jun 2015 09:43:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=oWGMqTEMvIQ4UIhVGRfWhaJwWxbyLnAZzuwUeXzT7VM=; b=ChlOsWg7im14u4L0zVV2RSl8a7d4SJu5Xw/zBurzfZevy2jMu39Zqb4YnVfEZV1cp8 YEfiLwx+TLv2jcCkSSojxZs21dFI/6n/A83tY9kbyuLdELxyOJeAN3ejQpFbg9Ujfr9Q JgjPAEDCCInN5g9GVC1Km0AvhDgNQJILbbpa7w13K9UGJwYvjKuH0BvOzmtDmbCBNEOk mvGmtLaJuB2JYoyrYTzlUIpSKoB0+8e3TwhzX/wck2dqxq26++vaGN7A7V8J60OlJrrt WAjo15eVEhy8VRDnT5/GfqG53oEhe8y+B/J8kejsZg5APiAEPqkIgAqf5rTC4qAdUzNU +tVg== X-Received: by 10.152.205.102 with SMTP id lf6mr15953137lac.1.1434127399346; Fri, 12 Jun 2015 09:43:19 -0700 (PDT) Received: from leviafan ([217.107.192.143]) by mx.google.com with ESMTPSA id q9sm925067lag.20.2015.06.12.09.43.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Jun 2015 09:43:18 -0700 (PDT) From: Alex Kost To: bug-guile@gnu.org Subject: [PATCH] Fix typo in manual. Date: Fri, 12 Jun 2015 19:43:17 +0300 Message-ID: <87fv5wev2y.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --=-=-= Content-Type: text/plain Hello, I've noticed a typo. Please let me know if the attached patch is not appropriate. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-Fix-typo-in-manual.patch >From f7aabb38c24b40bec4be6af13ad387d4ed0c20ca Mon Sep 17 00:00:00 2001 From: Alex Kost 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 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 19 15:46:46 2015 Received: (at 20797-done) by debbugs.gnu.org; 19 Jun 2015 19:46:46 +0000 Received: from localhost ([127.0.0.1]:52249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z62FS-000095-8E for submit@debbugs.gnu.org; Fri, 19 Jun 2015 15:46:46 -0400 Received: from world.peace.net ([50.252.239.5]:34217 ident=hope1) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z62FP-00008x-Ge for 20797-done@debbugs.gnu.org; Fri, 19 Jun 2015 15:46:44 -0400 Received: from [10.1.10.104] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Z62FI-0007OK-WD; Fri, 19 Jun 2015 15:46:37 -0400 From: Mark H Weaver To: Alex Kost Subject: Re: bug#20797: [PATCH] Fix typo in manual. References: <87fv5wev2y.fsf@gmail.com> Date: Fri, 19 Jun 2015 15:46:35 -0400 In-Reply-To: <87fv5wev2y.fsf@gmail.com> (Alex Kost's message of "Fri, 12 Jun 2015 19:43:17 +0300") Message-ID: <87y4jfbhwk.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20797-done Cc: 20797-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Alex Kost 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 From unknown Fri Jun 20 18:11:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 18 Jul 2015 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator