emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp subr.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp subr.el
Date: Fri, 19 Jun 2009 03:08:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/06/19 03:08:54

Modified files:
        lisp           : subr.el 

Log message:
        Fix previous change, sigh.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/subr.el?cvsroot=emacs&r1=1.638&r2=1.639

Patches:
Index: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.638
retrieving revision 1.639
diff -u -b -r1.638 -r1.639
--- subr.el     19 Jun 2009 03:06:42 -0000      1.638
+++ subr.el     19 Jun 2009 03:08:54 -0000      1.639
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]