(Fmake_network_process): Doc fix.
This commit is contained in:
parent
b2217c17d6
commit
bfaf966b70
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue