mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
(Serial Ports): Improve wording, suggested by RMS.
This commit is contained in:
parent
c06ea95e7c
commit
538395d97a
@ -1,5 +1,8 @@
|
||||
2009-01-10 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user