summaryrefslogtreecommitdiff
path: root/doc/ref/api-io.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-05-02 23:15:11 +0000
committerKevin Ryde <user42@zip.com.au>2005-05-02 23:15:11 +0000
commit9782da8aa992803accb3398ab8b11b8bac3a9889 (patch)
tree332966bef07a10a23a5d5685fd23664dfd92d707 /doc/ref/api-io.texi
parent8003802199ed4d207f207cccf7269ad87a491d82 (diff)
downloadguile-9782da8aa992803accb3398ab8b11b8bac3a9889.tar.gz
Tweaks.
Diffstat (limited to 'doc/ref/api-io.texi')
-rw-r--r--doc/ref/api-io.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index 4d49ec063..dead52fe1 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -169,7 +169,7 @@ Place the string @var{str} in @var{port} so that its characters will
be read from left-to-right as the next characters from @var{port}
during subsequent read operations. If called multiple times, the
unread characters will be read again in last-in first-out order. If
-@var{port} is not supplied, the current-input-port is used.
+@var{port} is not supplied, the @code{current-input-port} is used.
@end deffn
@deffn {Scheme Procedure} drain-input port
@@ -624,11 +624,11 @@ it's fully buffered.
Unbuffered input is good if an application runs an interactive
subprocess, since any type-ahead input won't go into Guile's buffer
-and hence be unavailable to the subprocess.
+and be unavailable to the subprocess.
Note that Guile buffering is completely separate from the tty ``line
-discipline''. In the usual cooked mode on a tty, Guile only sees a
-line of input once the user presses @key{return}.
+discipline''. In the usual cooked mode on a tty Guile only sees a
+line of input once the user presses @key{Return}.
@end deffn
@rnindex current-output-port