# HG changeset patch # User Richard M. Stallman # Date 1001358026 0 # Node ID 4520697c8aa5937e842733f9a513fe18a970f426 # Parent f35e1d3d74f65144a89c9495492561c7c46626c7 (tq-enqueue): Clarify meaning of REGEXP. diff -r f35e1d3d74f6 -r 4520697c8aa5 lispref/processes.texi --- a/lispref/processes.texi Mon Sep 24 17:43:45 2001 +0000 +++ b/lispref/processes.texi Mon Sep 24 19:00:26 2001 +0000 @@ -1309,9 +1309,9 @@ 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