changeset 101048:7032cf629168

(Serial Ports): Improve wording, suggested by RMS.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Jan 2009 12:33:47 +0000
parents 410afcdc0f01
children bca8dc2b0c55
files doc/lispref/processes.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/processes.texi	Sat Jan 10 12:30:41 2009 +0000
+++ b/doc/lispref/processes.texi	Sat Jan 10 12:33:47 2009 +0000
@@ -2506,8 +2506,8 @@
 all other arguments and does not configure the port.  This may be
 useful for special serial ports such as Bluetooth-to-serial converters
 which can only be configured through AT commands sent through the
-connection.  You can use the value of @code{nil} for @var{speed} only
-for connections that are already open by a previous call to
+connection.  The value of @code{nil} for @var{speed} is valid only for
+connections that were already opened by a previous call to
 @code{make-serial-process} or @code{serial-term}.
 
 @item :bytesize @var{bytesize}