# HG changeset patch # User Glenn Morris # Date 1245380934 0 # Node ID 40b49259dd715a025e846afbf5c7baa7765d30d6 # Parent d0c5be11f06941ed20078a9a40ac2c0c7246a990 Fix previous change, sigh. diff -r d0c5be11f069 -r 40b49259dd71 lisp/subr.el --- a/lisp/subr.el Fri Jun 19 03:06:40 2009 +0000 +++ b/lisp/subr.el Fri Jun 19 03:08:54 2009 +0000 @@ -1687,7 +1687,8 @@ Returns a subprocess-object to represent the connection. Input and output work as for subprocesses; `delete-process' closes it. -NAME is the name for process. It is modified if necessary to make it unique. +NAME is the name for the process. It is modified if necessary to make + it unique. BUFFER is the buffer (or buffer name) to associate with the process. Process output goes at end of that buffer. BUFFER may be nil, meaning that this process is not associated with any buffer.