From 6f6fd5ef4d952f3cbc0f2ef2992b3dc11918b8c7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 24 Sep 2001 19:00:26 +0000 Subject: [PATCH] (tq-enqueue): Clarify meaning of REGEXP. --- lispref/processes.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lispref/processes.texi b/lispref/processes.texi index 289ae42017c..7cf9607efc1 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -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 -- 2.39.2