emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Wed, 27 Mar 2002 02:55:56 -0500

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.363 emacs/src/process.c:1.364
*** emacs/src/process.c:1.363   Thu Mar 21 08:01:14 2002
--- emacs/src/process.c Wed Mar 27 02:55:56 2002
***************
*** 1273,1278 ****
--- 1273,1279 ----
   with any buffer.
  Third arg is program file name.  It is searched for in PATH.
  Remaining arguments are strings to give program as arguments.
+ 
  usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS)  */)
       (nargs, args)
       int nargs;
***************
*** 2348,2354 ****
         Fset_network_process_options, Sset_network_process_options,
         1, MANY, 0, 
         doc: /* Set one or more options for network process PROCESS.
- Arguments are PROCESS &rest OPTIONS.
  Each option is either a string "OPT=VALUE" or a cons (OPT . VALUE).
  A boolean value is false if it either zero or nil, true otherwise.
  
--- 2349,2354 ----
***************
*** 2362,2368 ****
  linger=BOOL or TIMEOUT -- Send queued messages before closing.
  oobinline=BOOL -- Place out-of-band data in receive data stream. 
  priority=INT -- Set protocol defined priority for sent packets.
! reuseaddr=BOOL -- Allow reusing a recently used address.  */)
       (nargs, args)
       int nargs;
       Lisp_Object *args;
--- 2362,2370 ----
  linger=BOOL or TIMEOUT -- Send queued messages before closing.
  oobinline=BOOL -- Place out-of-band data in receive data stream. 
  priority=INT -- Set protocol defined priority for sent packets.
! reuseaddr=BOOL -- Allow reusing a recently used address.
! 
! usage: (set-network-process-options PROCESS &rest OPTIONS)  */)
       (nargs, args)
       int nargs;
       Lisp_Object *args;
***************
*** 2461,2467 ****
  :coding CODING -- CODING is coding system for this process.
  
  :options OPTIONS -- Set the specified options for the network process.
! See `set-process-options' for details.
  
  :nowait BOOL -- If BOOL is non-nil for a stream type client process,
  return without waiting for the connection to complete; instead, the
--- 2463,2469 ----
  :coding CODING -- CODING is coding system for this process.
  
  :options OPTIONS -- Set the specified options for the network process.
! See `set-network-process-options' for details.
  
  :nowait BOOL -- If BOOL is non-nil for a stream type client process,
  return without waiting for the connection to complete; instead, the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]