# HG changeset patch # User Kim F. Storm # Date 1143545003 0 # Node ID a7395d06bdc9d07dd9672745113c69ac92db892c # Parent 55f32b7f4f2052e3cc1e458a425a88739dccf771 (Accepting Output): Remove obsolete (and incorrect) remarks about systems that don't support fractional seconds. diff -r 55f32b7f4f20 -r a7395d06bdc9 lispref/processes.texi --- a/lispref/processes.texi Tue Mar 28 11:23:15 2006 +0000 +++ b/lispref/processes.texi Tue Mar 28 11:23:23 2006 +0000 @@ -1309,12 +1309,6 @@ 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