aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-09-24 19:00:26 +0000
committerRichard M. Stallman2001-09-24 19:00:26 +0000
commit6f6fd5ef4d952f3cbc0f2ef2992b3dc11918b8c7 (patch)
tree11478d2b1df80264775c90d6f8a1658a8b3af0ca
parenta1548b10da9be0103706e2c2304689f4b4c59c87 (diff)
downloademacs-6f6fd5ef4d952f3cbc0f2ef2992b3dc11918b8c7.tar.gz
emacs-6f6fd5ef4d952f3cbc0f2ef2992b3dc11918b8c7.zip
(tq-enqueue): Clarify meaning of REGEXP.
-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
1309corresponding answer comes back; it is called with two arguments: 1309corresponding answer comes back; it is called with two arguments:
1310@var{closure}, and the answer received. 1310@var{closure}, and the answer received.
1311 1311
1312The argument @var{regexp} is a regular expression that should match the 1312The argument @var{regexp} is a regular expression that should match
1313entire answer, but nothing less; that's how @code{tq-enqueue} determines 1313text at the end of the entire answer, but nothing before; that's how
1314where the answer ends. 1314@code{tq-enqueue} determines where the answer ends.
1315 1315
1316The return value of @code{tq-enqueue} itself is not meaningful. 1316The return value of @code{tq-enqueue} itself is not meaningful.
1317@end defun 1317@end defun