]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change, sigh.
authorGlenn Morris <rgm@gnu.org>
Fri, 19 Jun 2009 03:08:54 +0000 (03:08 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 19 Jun 2009 03:08:54 +0000 (03:08 +0000)
lisp/subr.el

index 1d4abfb070c1522c34a2392ec3a6c8292d2b2923..6ca2284f4057c2cd348442b33a710311a7a2f67e 100644 (file)
@@ -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.