diff options
| author | Pavel Janík | 2001-11-02 07:01:10 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-02 07:01:10 +0000 |
| commit | 3ecdf100959536e83e3f66c1430829e428a1a817 (patch) | |
| tree | f344d353d63380943c67348a082f6aaadff27678 /src/process.c | |
| parent | e8cdeaca91e55c126a2d47cceb9d60478cb1fb46 (diff) | |
| download | emacs-3ecdf100959536e83e3f66c1430829e428a1a817.tar.gz emacs-3ecdf100959536e83e3f66c1430829e428a1a817.zip | |
(Fstart_process): Add usage to doc-string.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index e223ec9e8e5..ed0db6072fb 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1043,7 +1043,8 @@ BUFFER is the buffer or (buffer-name) to associate with the process. | |||
| 1043 | BUFFER may be also nil, meaning that this process is not associated | 1043 | BUFFER may be also nil, meaning that this process is not associated |
| 1044 | with any buffer. | 1044 | with any buffer. |
| 1045 | Third arg is program file name. It is searched for in PATH. | 1045 | Third arg is program file name. It is searched for in PATH. |
| 1046 | Remaining arguments are strings to give program as arguments. */) | 1046 | Remaining arguments are strings to give program as arguments. |
| 1047 | usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */) | ||
| 1047 | (nargs, args) | 1048 | (nargs, args) |
| 1048 | int nargs; | 1049 | int nargs; |
| 1049 | register Lisp_Object *args; | 1050 | register Lisp_Object *args; |