emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37537: closed ([PATCH] doc: Fix order of arguments to seek.)


From: GNU bug Tracking System
Subject: bug#37537: closed ([PATCH] doc: Fix order of arguments to seek.)
Date: Thu, 18 Jun 2020 07:22:01 +0000

Your message dated Thu, 18 Jun 2020 09:20:50 +0200
with message-id <87v9joon59.fsf@gnu.org>
and subject line Re: bug#37537: [PATCH] doc: Fix order of arguments to seek.
has caused the debbugs.gnu.org bug report #37537,
regarding [PATCH] doc: Fix order of arguments to seek.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
37537: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37537
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Fix order of arguments to seek. Date: Sat, 28 Sep 2019 11:04:56 +0530
* doc/ref/r6rs.texi (rnrs io ports): Fix order of arguments to seek in
port-position and set-port-position! documentation.
---
 doc/ref/r6rs.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi
index 9d326ff09..3f36fef0f 100644
--- a/doc/ref/r6rs.texi
+++ b/doc/ref/r6rs.texi
@@ -1739,7 +1739,7 @@ chapter.
 @end deffn
 
 @deffn {Scheme Procedure} port-position port
-Equivalent to @code{(seek @var{port} SEEK_CUR 0)}.  @xref{Random
+Equivalent to @code{(seek @var{port} 0 SEEK_CUR)}.  @xref{Random
 Access}.
 @end deffn
 
@@ -1748,7 +1748,7 @@ Return @code{#t} is @var{port} supports 
@code{port-position}.
 @end deffn
 
 @deffn {Scheme Procedure} set-port-position! port offset
-Equivalent to @code{(seek @var{port} SEEK_SET @var{offset})}.
+Equivalent to @code{(seek @var{port} @var{offset} SEEK_SET)}.
 @xref{Random Access}.
 @end deffn
 
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#37537: [PATCH] doc: Fix order of arguments to seek. Date: Thu, 18 Jun 2020 09:20:50 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Arun Isaac <arunisaac@systemreboot.net> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]