comparison man/lispref/processes.texi @ 5128:7be849cb8828 ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Sun, 07 Mar 2010 02:09:59 -0600
parents 99f8ebc082d9
children 965a9ddc915a
comparison
equal deleted inserted replaced
5127:a9c41067dd88 5128:7be849cb8828
648 The argument @var{process} may be a process or the name of a process, or 648 The argument @var{process} may be a process or the name of a process, or
649 a buffer or the name of a buffer, in which case the buffer's process is 649 a buffer or the name of a buffer, in which case the buffer's process is
650 used. If it is @code{nil}, the current buffer's process is used. 650 used. If it is @code{nil}, the current buffer's process is used.
651 651
652 Optional arguments @var{start} and @var{end} specify part of @var{string}; 652 Optional arguments @var{start} and @var{end} specify part of @var{string};
653 see @code{substring}. 653 see @code{subseq}.
654 654
655 The function returns @code{nil}. 655 The function returns @code{nil}.
656 656
657 @smallexample 657 @smallexample
658 @group 658 @group