(Fmake_network_process): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 20 Sep 2007 02:46:49 +0000 (02:46 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 20 Sep 2007 02:46:49 +0000 (02:46 +0000)
src/ChangeLog
src/process.c

index 3ac6767..c74e872 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-20  Glenn Morris  <rgm@gnu.org>
+
+       * process.c (Fmake_network_process): Doc fix.
+
 2007-09-19  Jason Rumney  <jasonr@gnu.org>
 
        * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
index dfb97b8..19275e4 100644 (file)
@@ -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.