summaryrefslogtreecommitdiff
path: root/lispref/processes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-10-05 13:55:00 +0000
committerRichard M. Stallman <rms@gnu.org>2003-10-05 13:55:00 +0000
commit3564bdf8d392cefd4c0e9f047911582f626ec19d (patch)
tree7c5ea1d36bf1896731f93dac559bae28f50ab33a /lispref/processes.texi
parent37e20e2a7f82fdbf5ee7e6fdd5fb3f7212ba7ecf (diff)
downloademacs-3564bdf8d392cefd4c0e9f047911582f626ec19d.tar.gz
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.
@end defun
@defun format-network-address address &optional omit-port
-This function converts the lisp representation of a network address to
+This function converts the Lisp representation of a network address to
a string. For example, a five-element vector @code{[@var{a} @var{b}
@var{c} @var{d} @var{p}]} represents an IP address
@var{a}.@var{b}.@var{c}.@var{d} and port number @var{p}.