summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-09-24 19:00:26 +0000
committerRichard M. Stallman <rms@gnu.org>2001-09-24 19:00:26 +0000
commit139dd04eae13860c3e8524f82ab41b54ab021022 (patch)
tree5c8de23b9259530fd8e48c526a0f0be4a110c69d /lispref
parenta421256175b9d498f1100fe3bc93fad59123aee3 (diff)
downloademacs-139dd04eae13860c3e8524f82ab41b54ab021022.tar.gz
(tq-enqueue): Clarify meaning of REGEXP.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/processes.texi6
1 files 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