aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-01-04 00:23:57 +0000
committerKim F. Storm2006-01-04 00:23:57 +0000
commitc64d00d9aa5766b16fa73861d3dd754d0db17cd1 (patch)
treefec4b5491bdea734e2d87db9dfd999b537324372
parentb944a155cfeeb822c27cb31cfed4eb96e6eb50fb (diff)
downloademacs-c64d00d9aa5766b16fa73861d3dd754d0db17cd1.tar.gz
emacs-c64d00d9aa5766b16fa73861d3dd754d0db17cd1.zip
(Misc Network): Clarity OMIT-PORT arg.
-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.
2065number. @code{format-network-address} converts that to the string 2065number. @code{format-network-address} converts that to the string
2066@code{"[@var{a}:@var{b}:@var{c}:@var{d}:@var{e}:@var{f}:@var{g}:@var{h}]:@var{p}"}. 2066@code{"[@var{a}:@var{b}:@var{c}:@var{d}:@var{e}:@var{f}:@var{g}:@var{h}]:@var{p}"}.
2067 2067
2068If @var{omit-port} is non-@code{nil}, the value does not include 2068If the vector does not include the port number, @var{p}, or @var{omit-port} is
2069the port number, or the port number is ignored if it does. 2069non-@code{nil}, the result does not include the @code{:@var{p}} suffix.
2070@end defun 2070@end defun
2071 2071
2072@node Byte Packing 2072@node Byte Packing