]> code.delx.au - gnu-emacs/commitdiff
(Accepting Output): Explain SECONDS=0 for accept-process-output.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Sep 2006 15:08:06 +0000 (15:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Sep 2006 15:08:06 +0000 (15:08 +0000)
lispref/processes.texi

index f957ebcac4bded09e38ef4df7ceacace49a95c8e..dbc2486f5f64f2833663bc974987bcb25fd36888 100644 (file)
@@ -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