aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-06-19 03:08:54 +0000
committerGlenn Morris <[email protected]>2009-06-19 03:08:54 +0000
commit00b9254ce3afe5d8f4a2f5f8e5de138c9a150e89 (patch)
tree45198c0092810fa232f23e66c78d1231b82e933b /lisp
parent6ec6d6f469928db58895fb38ea8d6aadfd5f5a60 (diff)
Fix previous change, sigh.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 1d4abfb070..6ca2284f40 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1687,7 +1687,8 @@ Signal an error if the program returns with a non-zero exit status."
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.