diff options
| author | Thien-Thi Nguyen | 2005-05-11 13:56:04 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-05-11 13:56:04 +0000 |
| commit | 138ed6bc724ff7d747d1f763b4f8c27041a9e98e (patch) | |
| tree | c8d9722e29220d7d8a15e5f1216c2e5ee6b8201b | |
| parent | f91aa2aac71c3857ace45085561e05c1fe16e179 (diff) | |
| download | emacs-138ed6bc724ff7d747d1f763b4f8c27041a9e98e.tar.gz emacs-138ed6bc724ff7d747d1f763b4f8c27041a9e98e.zip | |
(Low-Level Network): Fix typo.
| -rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index d25013124f7..abe6384728a 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -1767,7 +1767,7 @@ equivalent to specifying it with value @code{nil}, except for | |||
| 1767 | are the meaningful keywords: | 1767 | are the meaningful keywords: |
| 1768 | 1768 | ||
| 1769 | @table @asis | 1769 | @table @asis |
| 1770 | @item :name name | 1770 | @item :name @var{name} |
| 1771 | Use the string @var{name} as the process name. It is modified if | 1771 | Use the string @var{name} as the process name. It is modified if |
| 1772 | necessary to make it unique. | 1772 | necessary to make it unique. |
| 1773 | 1773 | ||