changeset 68010:c4d411204127

(Misc Network): Clarity OMIT-PORT arg.
author Kim F. Storm <storm@cua.dk>
date Wed, 04 Jan 2006 00:23:57 +0000
parents dd865bff7357
children 0317e633f999
files lispref/processes.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/processes.texi	Wed Jan 04 00:20:08 2006 +0000
+++ b/lispref/processes.texi	Wed Jan 04 00:23:57 2006 +0000
@@ -2065,8 +2065,8 @@
 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