diff lisp/process.el @ 274:ca9a9ec9c1c1 r21-0b35

Import from CVS: tag r21-0b35
author cvs
date Mon, 13 Aug 2007 10:29:42 +0200
parents 727739f917cb
children 19dcec799385
line wrap: on
line diff
--- a/lisp/process.el	Mon Aug 13 10:28:54 2007 +0200
+++ b/lisp/process.el	Mon Aug 13 10:29:42 2007 +0200
@@ -304,9 +304,7 @@
  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 as in the shell.
-Remaining arguments are strings to give program as arguments.
-INCODE and OUTCODE specify the coding-system objects used in input/output
- from/to the process."
+Remaining arguments are strings to give program as arguments."
   (apply 'start-process-internal name buffer program program-args))
 
 (defun open-network-stream (name buffer host service)