From: Pavel Janík Date: Fri, 2 Nov 2001 07:01:10 +0000 (+0000) Subject: (Fstart_process): Add usage to doc-string. X-Git-Tag: ttn-vms-21-2-B4~18892 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ecdf100959536e83e3f66c1430829e428a1a817;p=emacs.git (Fstart_process): Add usage to doc-string. --- 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. 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;