From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arun Isaac Newsgroups: gmane.lisp.guile.bugs Subject: bug#42228: [PATCH 1/3] doc: Fix return value of do loop example. Date: Mon, 6 Jul 2020 21:08:48 +0530 Message-ID: <20200706153850.13457-1-arunisaac@systemreboot.net> References: <20200706153214.13293-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24041"; mail-complaints-to="usenet@ciao.gmane.io" To: 42228@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Mon Jul 06 17:40:20 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jsTEB-00068B-Sd for guile-bugs@m.gmane-mx.org; Mon, 06 Jul 2020 17:40:19 +0200 Original-Received: from localhost ([::1]:59060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsTEA-0004j4-Rp for guile-bugs@m.gmane-mx.org; Mon, 06 Jul 2020 11:40:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsTDv-0004ay-Hx for bug-guile@gnu.org; Mon, 06 Jul 2020 11:40:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51367) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jsTDv-0006Qj-9N for bug-guile@gnu.org; Mon, 06 Jul 2020 11:40:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jsTDv-0001Kw-6P for bug-guile@gnu.org; Mon, 06 Jul 2020 11:40:03 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <20200706153214.13293-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Mon, 06 Jul 2020 15:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42228 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Original-Received: via spool by 42228-submit@debbugs.gnu.org id=B42228.15940499485031 (code B ref 42228); Mon, 06 Jul 2020 15:40:03 +0000 Original-Received: (at 42228) by debbugs.gnu.org; 6 Jul 2020 15:39:08 +0000 Original-Received: from localhost ([127.0.0.1]:34676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsTD2-0001J5-9t for submit@debbugs.gnu.org; Mon, 06 Jul 2020 11:39:08 -0400 Original-Received: from mugam.systemreboot.net ([139.59.75.54]:60754) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsTCx-0001IR-QN for 42228@debbugs.gnu.org; Mon, 06 Jul 2020 11:39:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=DCbRpe5RsTr+gZOI0OVqaIZLICSf6amBUk3iQJq5KLU=; b=P/QDCGAKXy9Ew9FoUC8doSs53W ZqpoWI5YymXS9EUvJlA+N1WIHOx5RCptpmO5n20cg4Bod69lVSb7TAF3xphY5SLoTvSfe8gfFVwC2 DhEXJeIeelX3GdfLLllu3NpRBvqlcXxqd4Y9KpdDckK8eL2az0X3ki/fyhrgZO9npXLA=; Original-Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jsTCt-000aNB-Ui; Mon, 06 Jul 2020 21:09:00 +0530 X-Mailer: git-send-email 2.26.2 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9841 Archived-At: * doc/ref/api-control.texi (while do): Change return value of second do loop example from 789 to 243. --- doc/ref/api-control.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index 5df5344c5..9860457fa 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -323,7 +323,7 @@ Or with two variables and a final return value, 3**3 is 27 3**4 is 81 @result{} -789 +243 @end example The @var{variable} bindings are established like a @code{let}, in that -- 2.26.2