mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix port-position documentation
* doc/ref/r6rs.texi (rnrs io ports): Update the translation for port-position.
This commit is contained in:
parent
2fbc38f0d0
commit
59febb4b2d
1 changed files with 2 additions and 2 deletions
|
@ -1734,7 +1734,7 @@ chapter.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} port-position port
|
@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}.
|
Access}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
@ -1743,7 +1743,7 @@ Return @code{#t} is @var{port} supports @code{port-position}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} set-port-position! port offset
|
@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}.
|
@xref{Random Access}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue