Mercurial > emacs
changeset 103485:40b49259dd71
Fix previous change, sigh.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 19 Jun 2009 03:08:54 +0000 |
parents | d0c5be11f069 |
children | 091a55d2d6f7 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.