aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-04 15:08:06 +0000
committerRichard M. Stallman2006-09-04 15:08:06 +0000
commitb375465493ff9c55b5fbfa159b3965d74f84add9 (patch)
tree61f51e1643172af1de2e782c6a64b5d0ce9772a7
parent0a369706ff1743a115dd39648df6487ebe2f5025 (diff)
downloademacs-b375465493ff9c55b5fbfa159b3965d74f84add9.tar.gz
emacs-b375465493ff9c55b5fbfa159b3965d74f84add9.zip
(Accepting Output): Explain SECONDS=0 for accept-process-output.
-rw-r--r--lispref/processes.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index f957ebcac4b..dbc2486f5f6 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1308,6 +1308,8 @@ subprocess output.
1308 1308
1309The argument @var{seconds} need not be an integer. If it is a floating 1309The argument @var{seconds} need not be an integer. If it is a floating
1310point number, this function waits for a fractional number of seconds. 1310point number, this function waits for a fractional number of seconds.
1311If @var{seconds} is 0, the function accepts whatever output is
1312pending but does not wait.
1311 1313
1312@c Emacs 22.1 feature 1314@c Emacs 22.1 feature
1313If @var{process} is a process, and the argument @var{just-this-one} is 1315If @var{process} is a process, and the argument @var{just-this-one} is