diff src/process.c @ 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 ede1719b1cb9
children cdfd4d09b79a
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;