diff lispref/processes.texi @ 52759:b85ed952e000

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 Oct 2003 13:55:00 +0000
parents e5c94aabfe90
children 39239421c7e3
line wrap: on
line diff
--- a/lispref/processes.texi	Sun Oct 05 13:53:54 2003 +0000
+++ b/lispref/processes.texi	Sun Oct 05 13:55:00 2003 +0000
@@ -1925,7 +1925,7 @@
 @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}.