emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref processes.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref processes.texi
Date: Tue, 25 Nov 2008 03:50:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/25 03:50:53

Modified files:
        doc/lispref    : processes.texi 

Log message:
        (Transaction Queues): Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/processes.texi?cvsroot=emacs&r1=1.13&r2=1.14

Patches:
Index: processes.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/processes.texi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- processes.texi      28 Oct 2008 20:16:18 -0000      1.13
+++ processes.texi      25 Nov 2008 03:50:53 -0000      1.14
@@ -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
address@hidden"\\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 address@hidden, 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.




reply via email to

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