Mercurial > emacs
changeset 40641:d94fc1022312
(Fstart_process): Add usage to doc-string.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 02 Nov 2001 07:01:10 +0000 |
parents | 94d8278d383f |
children | 208e240d599a |
files | src/process.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.c Fri Nov 02 05:53:54 2001 +0000 +++ b/src/process.c Fri Nov 02 07:01:10 2001 +0000 @@ -1043,7 +1043,8 @@ BUFFER may be also nil, meaning that this process is not associated with any buffer. Third arg is program file name. It is searched for in PATH. -Remaining arguments are strings to give program as arguments. */) +Remaining arguments are strings to give program as arguments. +usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */) (nargs, args) int nargs; register Lisp_Object *args;