aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-01-10 12:34:20 +0000
committerEli Zaretskii2009-01-10 12:34:20 +0000
commit538395d97addaa025ee1101f5e1cc1a767560e07 (patch)
treeac34b0129aaea9c2786ba0aa38486c7bfc826c1f
parentc06ea95e7c7c6ba47d6d364aeb55d2ba6836d3ff (diff)
downloademacs-538395d97addaa025ee1101f5e1cc1a767560e07.tar.gz
emacs-538395d97addaa025ee1101f5e1cc1a767560e07.zip
(Serial Ports): Improve wording, suggested by RMS.
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--doc/lispref/processes.texi4
2 files changed, 5 insertions, 2 deletions
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 @@
12009-01-10 Eli Zaretskii <eliz@gnu.org> 12009-01-10 Eli Zaretskii <eliz@gnu.org>
2 2
3 * processes.texi (Serial Ports): Improve wording, suggested by
4 RMS.
5
3 * nonascii.texi (Lisp and Coding Systems): Document 6 * nonascii.texi (Lisp and Coding Systems): Document
4 inhibit-null-byte-detection and inhibit-iso-escape-detection. 7 inhibit-null-byte-detection and inhibit-iso-escape-detection.
5 (Character Properties): Improve wording. 8 (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
2506all other arguments and does not configure the port. This may be 2506all other arguments and does not configure the port. This may be
2507useful for special serial ports such as Bluetooth-to-serial converters 2507useful for special serial ports such as Bluetooth-to-serial converters
2508which can only be configured through AT commands sent through the 2508which can only be configured through AT commands sent through the
2509connection. You can use the value of @code{nil} for @var{speed} only 2509connection. The value of @code{nil} for @var{speed} is valid only for
2510for connections that are already open by a previous call to 2510connections that were already opened by a previous call to
2511@code{make-serial-process} or @code{serial-term}. 2511@code{make-serial-process} or @code{serial-term}.
2512 2512
2513@item :bytesize @var{bytesize} 2513@item :bytesize @var{bytesize}