From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs Subject: bug#37537: [PATCH] doc: Fix order of arguments to seek. Date: Thu, 18 Jun 2020 09:20:50 +0200 Message-ID: <87v9joon59.fsf@gnu.org> References: <20190928053456.26030-1-arunisaac@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="31732"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 37537-done@debbugs.gnu.org To: Arun Isaac Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Thu Jun 18 09:22:08 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 1jlosB-00085M-HZ for guile-bugs@m.gmane-mx.org; Thu, 18 Jun 2020 09:22:07 +0200 Original-Received: from localhost ([::1]:37488 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlosA-0005t4-Gz for guile-bugs@m.gmane-mx.org; Thu, 18 Jun 2020 03:22:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlos6-0005sn-EB for bug-guile@gnu.org; Thu, 18 Jun 2020 03:22:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41131) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jlos6-0006B8-57 for bug-guile@gnu.org; Thu, 18 Jun 2020 03:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jlos6-0004ug-23 for bug-guile@gnu.org; Thu, 18 Jun 2020 03:22:02 -0400 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Thu, 18 Jun 2020 07:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 37537 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Mail-Followup-To: 37537@debbugs.gnu.org, ludo@gnu.org, arunisaac@systemreboot.net Original-Received: via spool by 37537-done@debbugs.gnu.org id=D37537.159246486218806 (code D ref 37537); Thu, 18 Jun 2020 07:22:01 +0000 Original-Received: (at 37537-done) by debbugs.gnu.org; 18 Jun 2020 07:21:02 +0000 Original-Received: from localhost ([127.0.0.1]:52676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlor8-0004tF-52 for submit@debbugs.gnu.org; Thu, 18 Jun 2020 03:21:02 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:56218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlor5-0004sR-Sy for 37537-done@debbugs.gnu.org; Thu, 18 Jun 2020 03:21:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35655) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jloqz-00066R-8o; Thu, 18 Jun 2020 03:20:53 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59476 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jloqy-0006MR-Ko; Thu, 18 Jun 2020 03:20:52 -0400 In-Reply-To: <20190928053456.26030-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sat, 28 Sep 2019 11:04:56 +0530") 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:9802 Archived-At: Hi, Arun Isaac skribis: > * doc/ref/r6rs.texi (rnrs io ports): Fix order of arguments to seek in > port-position and set-port-position! documentation. This was done as 59febb4b2d30211ad1dda161eedc3d72df8bff3d. Closing. Ludo=E2=80=99.