diff src/process.c @ 27558:f99efd14b932

(Fstart_process): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 01 Feb 2000 15:01:28 +0000
parents 1aa71680fe50
children 5fddc840c29c
line wrap: on
line diff
--- a/src/process.c	Tue Feb 01 14:57:24 2000 +0000
+++ b/src/process.c	Tue Feb 01 15:01:28 2000 +0000
@@ -1023,7 +1023,6 @@
 
 DEFUN ("start-process", Fstart_process, Sstart_process, 3, MANY, 0,
   "Start a program in a subprocess.  Return the process object for it.\n\
-Args are NAME BUFFER PROGRAM &rest PROGRAM-ARGS\n\
 NAME is name for process.  It is modified if necessary to make it unique.\n\
 BUFFER is the buffer or (buffer-name) to associate with the process.\n\
  Process output goes at end of that buffer, unless you specify\n\
@@ -2835,6 +2834,7 @@
   Vinhibit_quit = Qt;
   update_echo_area ();
   Fsleep_for (make_number (2), Qnil);
+  return Qt;
 }
 
 /* Read pending output from the process channel,
@@ -4263,6 +4263,7 @@
   Vinhibit_quit = Qt;
   update_echo_area ();
   Fsleep_for (make_number (2), Qnil);
+  return Qt;
 }
 
 static void