From 00b9254ce3afe5d8f4a2f5f8e5de138c9a150e89 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 19 Jun 2009 03:08:54 +0000 Subject: [PATCH] Fix previous change, sigh. --- lisp/subr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 1d4abfb070c..6ca2284f405 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. -- 2.39.2