]> git.eshelyaron.com Git - emacs.git/commitdiff
(Accepting Output): Remove obsolete (and incorrect)
authorKim F. Storm <storm@cua.dk>
Tue, 28 Mar 2006 11:23:23 +0000 (11:23 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 28 Mar 2006 11:23:23 +0000 (11:23 +0000)
remarks about systems that don't support fractional seconds.

lispref/processes.texi

index 4cbc4b72e3377597005de25f2c29c71878aed108..5f0cfb0edf03a801ea1cd57ef44356cf88c7ecd6 100644 (file)
@@ -1309,12 +1309,6 @@ 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.
-Some systems support only a whole number of seconds; on these systems,
-@var{seconds} is rounded down.
-
-Not all operating systems support waiting periods other than multiples
-of a second; on those that do not, you get an error if you specify
-nonzero @var{millisec}.
 
 @c Emacs 22.1 feature
 If @var{process} is a process, and the argument @var{just-this-one} is