changeset 72640:74a5b2cff440

(Accepting Output): Explain SECONDS=0 for accept-process-output.
author Richard M. Stallman <rms@gnu.org>
date Mon, 04 Sep 2006 15:08:06 +0000
parents ade5681a8e7e
children 617312125cd6
files lispref/processes.texi
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/processes.texi	Mon Sep 04 15:07:32 2006 +0000
+++ b/lispref/processes.texi	Mon Sep 04 15:08:06 2006 +0000
@@ -1308,6 +1308,8 @@
 
 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