From b375465493ff9c55b5fbfa159b3965d74f84add9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 4 Sep 2006 15:08:06 +0000 Subject: [PATCH] (Accepting Output): Explain SECONDS=0 for accept-process-output. --- lispref/processes.texi | 2 ++ 1 file changed, 2 insertions(+) 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. The argument @var{seconds} need not be an integer. If it is a floating point number, this function waits for a fractional number of seconds. +If @var{seconds} is 0, the function accepts whatever output is +pending but does not wait. @c Emacs 22.1 feature If @var{process} is a process, and the argument @var{just-this-one} is -- 2.39.2