summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-01-04 00:23:57 +0000
committerKim F. Storm <storm@cua.dk>2006-01-04 00:23:57 +0000
commit832e4a3e3bccfe2a358b0e56344e8aaa8c35a22c (patch)
tree7b6df12c7e001db094c04a202ab8160da6237dca /lispref
parentc640c6cd4a8e7de71377fd376acbfa5e886fe9f9 (diff)
downloademacs-832e4a3e3bccfe2a358b0e56344e8aaa8c35a22c.tar.gz
(Misc Network): Clarity OMIT-PORT arg.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/processes.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 735a253259d..7b775424304 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -2065,8 +2065,8 @@ a string.
number. @code{format-network-address} converts that to the string
@code{"[@var{a}:@var{b}:@var{c}:@var{d}:@var{e}:@var{f}:@var{g}:@var{h}]:@var{p}"}.
-If @var{omit-port} is non-@code{nil}, the value does not include
-the port number, or the port number is ignored if it does.
+If the vector does not include the port number, @var{p}, or @var{omit-port} is
+non-@code{nil}, the result does not include the @code{:@var{p}} suffix.
@end defun
@node Byte Packing