X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcode-process.el;h=09279c860c59e4e69c1a69573502e24cc09eab13;hb=d9f2806637092ae1e2e28d2c6138594c2f06d438;hp=1b248dc050bc2e173f4299664c5c3e7dfcfe3f4b;hpb=d8bd7eee3147c839d3c74d1823c139cd54867a75;p=chise%2Fxemacs-chise.git diff --git a/lisp/code-process.el b/lisp/code-process.el index 1b248dc..09279c8 100644 --- a/lisp/code-process.el +++ b/lisp/code-process.el @@ -195,7 +195,7 @@ See also the function `find-operation-coding-system'.") (defun open-network-stream (name buffer host service &optional protocol) "Open a TCP connection for a service to a host. -Return a subprocess-object to represent the connection. +Return a process object to represent the connection. Input and output work as for subprocesses; `delete-process' closes it. Args are NAME BUFFER HOST SERVICE. NAME is name for process. It is modified if necessary to make it unique.