From: Kim F. Storm Date: Wed, 4 Jan 2006 00:23:57 +0000 (+0000) Subject: (Misc Network): Clarity OMIT-PORT arg. X-Git-Tag: emacs-pretest-22.0.90~4903 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c64d00d9aa5766b16fa73861d3dd754d0db17cd1;p=emacs.git (Misc Network): Clarity OMIT-PORT arg. --- 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