diff options
| author | Luc Teirlinck | 2003-09-24 04:19:12 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-09-24 04:19:12 +0000 |
| commit | 41beda59dd0be296535241c6f1d021d321cb6ea9 (patch) | |
| tree | f743256efe9abbb24ff069e17b39b6c3e3320cef | |
| parent | d722dd28e43b77973b84ad409de4bdf0f899aa9a (diff) | |
| download | emacs-41beda59dd0be296535241c6f1d021d321cb6ea9.tar.gz emacs-41beda59dd0be296535241c6f1d021d321cb6ea9.zip | |
(Low-Level Network): Fix typo.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/processes.texi | 2 |
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 @@ | |||
| 1 | 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu> | ||
| 2 | |||
| 3 | * processes.texi (Low-Level Network): Fix typo. | ||
| 4 | |||
| 1 | 2003-09-23 Kim F. Storm <storm@cua.dk> | 5 | 2003-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 | |||
| 1828 | connections, so you will need to set the necessary options for each | 1828 | connections, so you will need to set the necessary options for each |
| 1829 | child connection as they are created. | 1829 | child 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} |
| 1833 | If @var{device-name} is a non-empty string identifying a network | 1833 | If @var{device-name} is a non-empty string identifying a network |
| 1834 | interface name (see @code{network-interface-list}), only handle | 1834 | interface name (see @code{network-interface-list}), only handle |