]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_process_region, Fcall_process): Add usage: string to doc string.
authorMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 09:53:01 +0000 (09:53 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 09:53:01 +0000 (09:53 +0000)
src/callproc.c

index f8709ee42d032a542b9463d0467a390f63427104..6798caba8b066d4cb5fa50229b82d4a20c26424c 100644 (file)
@@ -206,7 +206,9 @@ Remaining arguments are strings passed as command arguments to PROGRAM.
 If BUFFER is 0, `call-process' returns immediately with value nil.
 Otherwise it waits for PROGRAM to terminate
 and returns a numeric exit status or a signal description string.
-If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.  */)
+If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.
+
+usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS)  */)
      (nargs, args)
      int nargs;
      register Lisp_Object *args;
@@ -990,7 +992,9 @@ Remaining args are passed to PROGRAM at startup as command args.
 If BUFFER is nil, `call-process-region' returns immediately with value nil.
 Otherwise it waits for PROGRAM to terminate
 and returns a numeric exit status or a signal description string.
-If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.  */)
+If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.
+
+usage: (call-process-region START END PROGRAM &optional DELETE BUFFER DISPLAY &rest ARGS)  */)
      (nargs, args)
      int nargs;
      register Lisp_Object *args;