From: Glenn Morris Date: Thu, 20 Sep 2007 02:46:00 +0000 (+0000) Subject: (Fmake_network_process): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfaf966b7036d841cf12a8553ceb1a0e077731b3;p=emacs.git (Fmake_network_process): Doc fix. --- diff --git a/src/process.c b/src/process.c index 97bcba3b392..fd8e2c94a4d 100644 --- a/src/process.c +++ b/src/process.c @@ -2722,7 +2722,9 @@ host, and only clients connecting to that address will be accepted. :service SERVICE -- SERVICE is name of the service desired, or an integer specifying a port number to connect to. If SERVICE is t, -a random port number is selected for the server. +a random port number is selected for the server. (If Emacs was +compiled with getaddrinfo, a port number can also be specified as a +string, e.g. "80", as well as an integer. This is not portable.) :type TYPE -- TYPE is the type of connection. The default (nil) is a stream type connection, `datagram' creates a datagram type connection.