]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 e223ec9e8e570149f78d0b34aaeee967a5363ea2..ed0db6072fb12b8ffb9454f35bc629a36168ac7c 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;