From: Eli Zaretskii Date: Sat, 10 Jan 2009 12:34:20 +0000 (+0000) Subject: (Serial Ports): Improve wording, suggested by RMS. X-Git-Tag: emacs-pretest-23.0.90~573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=538395d97addaa025ee1101f5e1cc1a767560e07;p=emacs.git (Serial Ports): Improve wording, suggested by RMS. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8d55c3958be..5ce7a42ec1c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2009-01-10 Eli Zaretskii + * processes.texi (Serial Ports): Improve wording, suggested by + RMS. + * nonascii.texi (Lisp and Coding Systems): Document inhibit-null-byte-detection and inhibit-iso-escape-detection. (Character Properties): Improve wording. diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 52563bca11d..265e63b6dee 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -2506,8 +2506,8 @@ most common value. If @var{speed} is @code{nil}, the function ignores 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}