summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-03-28 11:23:23 +0000
committerKim F. Storm <storm@cua.dk>2006-03-28 11:23:23 +0000
commit499e02812a9f6684d2279be9599a8e66ae429482 (patch)
tree86f3fb33587004af6898bcfa4fdc4f4e4e61e00a /lispref
parentda68bc3d5a987be91f57f42f1571ff33668cd5c7 (diff)
downloademacs-499e02812a9f6684d2279be9599a8e66ae429482.tar.gz
(Accepting Output): Remove obsolete (and incorrect)
remarks about systems that don't support fractional seconds.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/processes.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 4cbc4b72e33..5f0cfb0edf0 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -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