aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/processes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2003-10-05 13:55:00 +0000
committerRichard M. Stallman2003-10-05 13:55:00 +0000
commitbb3edd151a554e3eab4353c22d1e8c72bfdccd2d (patch)
tree5b443ef17f3b6ec57d3bc1e26448d0de83ce6107 /lispref/processes.texi
parent720baa46696f3d27159d70b5940537f9078816b5 (diff)
downloademacs-bb3edd151a554e3eab4353c22d1e8c72bfdccd2d.tar.gz
emacs-bb3edd151a554e3eab4353c22d1e8c72bfdccd2d.zip
Fix typo.
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r--lispref/processes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index af430458834..7165c9634c2 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1925,7 +1925,7 @@ The current flags of the interface.
1925@end defun 1925@end defun
1926 1926
1927@defun format-network-address address &optional omit-port 1927@defun format-network-address address &optional omit-port
1928This function converts the lisp representation of a network address to 1928This function converts the Lisp representation of a network address to
1929a string. For example, a five-element vector @code{[@var{a} @var{b} 1929a string. For example, a five-element vector @code{[@var{a} @var{b}
1930@var{c} @var{d} @var{p}]} represents an IP address 1930@var{c} @var{d} @var{p}]} represents an IP address
1931@var{a}.@var{b}.@var{c}.@var{d} and port number @var{p}. 1931@var{a}.@var{b}.@var{c}.@var{d} and port number @var{p}.