Mercurial > hg > xemacs-beta
diff lisp/code-process.el @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | 943eaba38521 |
line wrap: on
line diff
--- a/lisp/code-process.el Mon Aug 13 11:35:05 2007 +0200 +++ b/lisp/code-process.el Mon Aug 13 11:36:19 2007 +0200 @@ -195,7 +195,7 @@ (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.