]> git.eshelyaron.com Git - emacs.git/commitdiff
(Network): Fix typo in xref (from Robert J. Chassell).
authorKim F. Storm <storm@cua.dk>
Mon, 13 Oct 2003 13:49:31 +0000 (13:49 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 13 Oct 2003 13:49:31 +0000 (13:49 +0000)
lispref/processes.texi

index a13dfbab3a83e2b76d380deea9741334321e640c..f90ad39900c60b54dfdd9bd170745cdd358df005 100644 (file)
@@ -1498,7 +1498,7 @@ back to listening for more connection requests.
 @code{make-network-process} with an argument list consisting of
 keyword/argument pairs, for example @code{:server t} to create a
 server process, or @code{:type 'datagram} to create a datagram
-connection.  @xref{Low-Level Network} for details.  You can also use
+connection.  @xref{Low-Level Network}, for details.  You can also use
 one of the @code{open-network-...} functions descibed below;
 internally, they just call @code{make-network-process} with suitable
 arguments.