aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-05-11 13:56:04 +0000
committerThien-Thi Nguyen2005-05-11 13:56:04 +0000
commit138ed6bc724ff7d747d1f763b4f8c27041a9e98e (patch)
treec8d9722e29220d7d8a15e5f1216c2e5ee6b8201b
parentf91aa2aac71c3857ace45085561e05c1fe16e179 (diff)
downloademacs-138ed6bc724ff7d747d1f763b4f8c27041a9e98e.tar.gz
emacs-138ed6bc724ff7d747d1f763b4f8c27041a9e98e.zip
(Low-Level Network): Fix typo.
-rw-r--r--lispref/processes.texi2
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
1767are the meaningful keywords: 1767are the meaningful keywords:
1768 1768
1769@table @asis 1769@table @asis
1770@item :name name 1770@item :name @var{name}
1771Use the string @var{name} as the process name. It is modified if 1771Use the string @var{name} as the process name. It is modified if
1772necessary to make it unique. 1772necessary to make it unique.
1773 1773