# HG changeset patch # User Chong Yidong # Date 1227585053 0 # Node ID 2b9c924c3d4274590ab26ead7e1801bed3683da7 # Parent 3a3bc96062919f1af2d4afa0df50f1fb392602e2 (Transaction Queues): Fix typo. diff -r 3a3bc9606291 -r 2b9c924c3d42 doc/lispref/processes.texi --- a/doc/lispref/processes.texi Tue Nov 25 03:50:41 2008 +0000 +++ b/doc/lispref/processes.texi Tue Nov 25 03:50:53 2008 +0000 @@ -206,9 +206,9 @@ the substrings. It then makes a list of the substrings and returns it. -If @var{separators} is omitted or nil, it defaults to @code{"\\s-+"}, -which is a regular expression that matches one or more characters with -whitespace syntax (@pxref{Syntax Class Table}). +If @var{separators} is omitted or @code{nil}, it defaults to +@code{"\\s-+"}, which is a regular expression that matches one or more +characters with whitespace syntax (@pxref{Syntax Class Table}). The quoting this function supports is of 2 styles: by enclosing a whole string in double quotes @code{"@dots{}"}, or by quoting @@ -1828,8 +1828,8 @@ 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 +If the argument @var{delay-question} is non-@code{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.