emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107841: * processes.texi (Accepti


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107841: * processes.texi (Accepting Output): Discourage use of `millisec' argument.
Date: Sun, 15 Apr 2012 17:55:06 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107841
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-04-15 17:55:06 -0700
message:
  * processes.texi (Accepting Output): Discourage use of `millisec' argument.
modified:
  doc/lispref/ChangeLog
  doc/lispref/processes.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-04-16 00:50:58 +0000
+++ b/doc/lispref/ChangeLog     2012-04-16 00:55:06 +0000
@@ -3,6 +3,7 @@
        * processes.texi (Process Information, Input to Processes)
        (Signals to Processes, Output from Processes, Process Buffers)
        (Filter Functions, Decoding Output): Copyedits.
+       (Accepting Output): Discourage use of `millisec' argument.
 
 2012-04-15  Glenn Morris  <address@hidden>
 

=== modified file 'doc/lispref/processes.texi'
--- a/doc/lispref/processes.texi        2012-04-16 00:50:58 +0000
+++ b/doc/lispref/processes.texi        2012-04-16 00:55:06 +0000
@@ -1465,7 +1465,6 @@
 functions.  If @var{process} is address@hidden then this function does
 not return until some output has been received from @var{process}.
 
address@hidden Emacs 19 feature
 The arguments @var{seconds} and @var{millisec} let you specify timeout
 periods.  The former specifies a period measured in seconds and the
 latter specifies one measured in milliseconds.  The two time periods
@@ -1473,10 +1472,10 @@
 returns after that much time, whether or not there has been any
 subprocess output.
 
-The argument @var{millisec} is semi-obsolete nowadays because
address@hidden can be a floating point number to specify waiting a
-fractional number of seconds.  If @var{seconds} is 0, the function
-accepts whatever output is pending but does not wait.
+The argument @var{millisec} is obsolete (and should not be used),
+because @var{seconds} can be a floating point number to specify
+waiting 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]