aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorMiles Bader2006-08-27 10:42:40 +0000
committerMiles Bader2006-08-27 10:42:40 +0000
commit7a210b69c7f92650c524766d1b9d3f3eefdd67c7 (patch)
tree6d64433b8933041600d772b7ff68ad8bdcaa38af /lispref
parenteb411049435acd5469021b64ce3f59c4ac05f491 (diff)
downloademacs-7a210b69c7f92650c524766d1b9d3f3eefdd67c7.tar.gz
emacs-7a210b69c7f92650c524766d1b9d3f3eefdd67c7.zip
Miscellaneous tq-related fixes.
* lisp/emacs-lisp/tq.el: Small grammar fix in comments. (tq-enqueue): Check for existence of queue rather than the head queue item's question, which was a no-op. (tq-filter, tq-process-buffer): Make sure the process buffer exists before making it the current buffer. * lispref/processes.texi (Transaction Queues): Remove stray quote character. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411 Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/processes.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index ca648380cc4..cc3ccac3c7a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-08-27 Michael Olson <mwolson@gnu.org>
2
3 * processes.texi (Transaction Queues): Remove stray quote
4 character.
5
12006-08-25 Richard Stallman <rms@gnu.org> 62006-08-25 Richard Stallman <rms@gnu.org>
2 7
3 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. 8 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
diff --git a/lispref/processes.texi b/lispref/processes.texi
index a6f43cfa95d..f957ebcac4b 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1520,7 +1520,7 @@ text at the end of the entire answer, but nothing before; that's how
1520 1520
1521If the argument @var{delay-question} is non-nil, delay sending this 1521If the argument @var{delay-question} is non-nil, delay sending this
1522question until the process has finished replying to any previous 1522question until the process has finished replying to any previous
1523questions. This produces more reliable results with some processes." 1523questions. This produces more reliable results with some processes.
1524 1524
1525The return value of @code{tq-enqueue} itself is not meaningful. 1525The return value of @code{tq-enqueue} itself is not meaningful.
1526@end defun 1526@end defun