aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-09-20 02:46:49 +0000
committerGlenn Morris <[email protected]>2007-09-20 02:46:49 +0000
commiteba25e7c2caa86dbc47de305f0e20a06dde1ecb3 (patch)
tree87fe61ffe2da70a003354baae918b4c409c0f2d8 /src
parent31fa65956d94ab454ce82390c2d98b3709279794 (diff)
(Fmake_network_process): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/process.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3ac6767e6b..c74e872de7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-20 Glenn Morris <[email protected]>
+
+ * process.c (Fmake_network_process): Doc fix.
+
2007-09-19 Jason Rumney <[email protected]>
* dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
diff --git a/src/process.c b/src/process.c
index dfb97b8d61..19275e40db 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2721,7 +2721,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.