Mercurial > emacs
changeset 39426:4520697c8aa5
(tq-enqueue): Clarify meaning of REGEXP.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 24 Sep 2001 19:00:26 +0000 |
parents | f35e1d3d74f6 |
children | 900ad37906a7 |
files | lispref/processes.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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