comparison src/process.c @ 55504:05e8ea84c376

(Fstart_process): Fix docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 10 May 2004 17:47:38 +0000
parents 976d03256b41
children 43894b273b5e
comparison
equal deleted inserted replaced
55503:4ac7f5790db9 55504:05e8ea84c376
1455 static Lisp_Object start_process_unwind (); 1455 static Lisp_Object start_process_unwind ();
1456 1456
1457 DEFUN ("start-process", Fstart_process, Sstart_process, 3, MANY, 0, 1457 DEFUN ("start-process", Fstart_process, Sstart_process, 3, MANY, 0,
1458 doc: /* Start a program in a subprocess. Return the process object for it. 1458 doc: /* Start a program in a subprocess. Return the process object for it.
1459 NAME is name for process. It is modified if necessary to make it unique. 1459 NAME is name for process. It is modified if necessary to make it unique.
1460 BUFFER is the buffer or (buffer-name) to associate with the process. 1460 BUFFER is the buffer (or buffer name) to associate with the process.
1461 Process output goes at end of that buffer, unless you specify 1461 Process output goes at end of that buffer, unless you specify
1462 an output stream or filter function to handle the output. 1462 an output stream or filter function to handle the output.
1463 BUFFER may be also nil, meaning that this process is not associated 1463 BUFFER may be also nil, meaning that this process is not associated
1464 with any buffer. 1464 with any buffer.
1465 Third arg is program file name. It is searched for in PATH. 1465 PROGRAM is the program file name. It is searched for in PATH.
1466 Remaining arguments are strings to give program as arguments. 1466 Remaining arguments are strings to give program as arguments.
1467 1467
1468 usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */) 1468 usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */)
1469 (nargs, args) 1469 (nargs, args)
1470 int nargs; 1470 int nargs;