]> git.eshelyaron.com Git - emacs.git/commitdiff
(tq-enqueue): Clarify meaning of REGEXP.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Sep 2001 19:00:26 +0000 (19:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Sep 2001 19:00:26 +0000 (19:00 +0000)
lispref/processes.texi

index 289ae42017cba363a22a02131ef1befe252a20d3..7cf9607efc1779cdc2291d0d639e906741b2d5a4 100644 (file)
@@ -1309,9 +1309,9 @@ transaction.  The argument @var{fn} is the function to call when the
 corresponding answer comes back; it is called with two arguments:
 @var{closure}, and the answer received.
 
-The argument @var{regexp} is a regular expression that should match the
-entire answer, but nothing less; that's how @code{tq-enqueue} determines
-where the answer ends.
+The argument @var{regexp} is a regular expression that should match
+text at the end of the entire answer, but nothing before; that's how
+@code{tq-enqueue} determines where the answer ends.
 
 The return value of @code{tq-enqueue} itself is not meaningful.
 @end defun