Mercurial > emacs
diff src/process.c @ 98456:a68b7a895cb6
(Faccept_process_output): Fix doc-string.
| author | Martin Rudalics <rudalics@gmx.at> |
|---|---|
| date | Thu, 02 Oct 2008 08:03:44 +0000 |
| parents | 215a88f14455 |
| children | 474444f05cb5 |
line wrap: on
line diff
--- a/src/process.c Thu Oct 02 02:58:01 2008 +0000 +++ b/src/process.c Thu Oct 02 08:03:44 2008 +0000 @@ -1221,7 +1221,7 @@ 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 @@ 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 @@ get_up_time (time_t *sec, unsigned *usec) { FILE *fup; - + *sec = *usec = 0; BLOCK_INPUT;
