aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2003-09-24 04:19:12 +0000
committerLuc Teirlinck2003-09-24 04:19:12 +0000
commit41beda59dd0be296535241c6f1d021d321cb6ea9 (patch)
treef743256efe9abbb24ff069e17b39b6c3e3320cef
parentd722dd28e43b77973b84ad409de4bdf0f899aa9a (diff)
downloademacs-41beda59dd0be296535241c6f1d021d321cb6ea9.tar.gz
emacs-41beda59dd0be296535241c6f1d021d321cb6ea9.zip
(Low-Level Network): Fix typo.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/processes.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index a9f6c93ae7d..3404bd304d8 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2
3 * processes.texi (Low-Level Network): Fix typo.
4
12003-09-23 Kim F. Storm <storm@cua.dk> 52003-09-23 Kim F. Storm <storm@cua.dk>
2 6
3 * processes.texi (Network, Network Servers): Fix typos. 7 * processes.texi (Network, Network Servers): Fix typos.
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 4887b880abb..d0b77b7c018 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1828,7 +1828,7 @@ For a server process, the options specified with
1828connections, so you will need to set the necessary options for each 1828connections, so you will need to set the necessary options for each
1829child connection as they are created. 1829child connection as they are created.
1830 1830
1831@table asis 1831@table @asis
1832@item :bindtodevice @var{device-name} 1832@item :bindtodevice @var{device-name}
1833If @var{device-name} is a non-empty string identifying a network 1833If @var{device-name} is a non-empty string identifying a network
1834interface name (see @code{network-interface-list}), only handle 1834interface name (see @code{network-interface-list}), only handle