(Fstart_process): Add usage to doc-string.
authorPavel Janík <Pavel@Janik.cz>
Fri, 2 Nov 2001 07:01:10 +0000 (07:01 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 2 Nov 2001 07:01:10 +0000 (07:01 +0000)
src/process.c

index e223ec9..ed0db60 100644 (file)
@@ -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;