summaryrefslogtreecommitdiff
path: root/src/process.c
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2008-10-02 08:04:54 +0000
committerMartin Rudalics <rudalics@gmx.at>2008-10-02 08:04:54 +0000
commit2a7bb8823c0e36e9d093134bf49e2d9914641046 (patch)
treeef803625d9a7288cca5db483c1f288e07fc87fb1 /src/process.c
parent65f451d083e946cdee6278ebe8ffbc4705d9328b (diff)
downloademacs-2a7bb8823c0e36e9d093134bf49e2d9914641046.tar.gz
emacs-2a7bb8823c0e36e9d093134bf49e2d9914641046.tar.bz2
emacs-2a7bb8823c0e36e9d093134bf49e2d9914641046.zip
(Faccept_process_output): Fix doc-string.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/process.c b/src/process.c
index fd19fc9288d..647025e055f 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1221,7 +1221,7 @@ a socket connection. */)
return XPROCESS (process)->type;
}
#endif
-
+
DEFUN ("process-type", Fprocess_type, Sprocess_type, 1, 1, 0,
doc: /* Return the connection type of PROCESS.
The value is either the symbol `real', `network', or `serial'.
@@ -4137,9 +4137,9 @@ It is read into the process' buffers or given to their filter functions.
Non-nil arg PROCESS means do not return until some output has been received
from PROCESS.
-Non-nil second arg SECONDS and third arg MILLISEC are number of
-seconds and milliseconds to wait; return after that much time whether
-or not there is input. If SECONDS is a floating point number,
+Non-nil second arg SECONDS and third arg MILLISEC are number of seconds
+and milliseconds to wait; return after that much time whether or not
+there is any subprocess output. If SECONDS is a floating point number,
it specifies a fractional number of seconds to wait.
The MILLISEC argument is obsolete and should be avoided.
@@ -7136,7 +7136,7 @@ static void
get_up_time (time_t *sec, unsigned *usec)
{
FILE *fup;
-
+
*sec = *usec = 0;
BLOCK_INPUT;