emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/processes.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi
Date: Sun, 16 Apr 2006 02:17:02 +0000

Index: emacs/lispref/processes.texi
diff -u emacs/lispref/processes.texi:1.75 emacs/lispref/processes.texi:1.76
--- emacs/lispref/processes.texi:1.75   Tue Mar 28 11:23:23 2006
+++ emacs/lispref/processes.texi        Sun Apr 16 02:17:00 2006
@@ -1508,7 +1508,7 @@
 machine.
 @end defun
 
address@hidden tq-enqueue queue question regexp closure fn
address@hidden tq-enqueue queue question regexp closure fn &optional 
delay-question
 This function sends a transaction to queue @var{queue}.  Specifying the
 queue has the effect of specifying the subprocess to talk to.
 
@@ -1521,6 +1521,10 @@
 text at the end of the entire answer, but nothing before; that's how
 @code{tq-enqueue} determines where the answer ends.
 
+If the argument @var{delay-question} is non-nil, delay sending this
+question until the process has finished replying to any previous
+questions.  This produces more reliable results with some processes."
+
 The return value of @code{tq-enqueue} itself is not meaningful.
 @end defun
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]