emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/process.c,v [EMACS_22_BASE]
Date: Thu, 20 Sep 2007 02:46:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/09/20 02:46:00

Index: process.c
===================================================================
RCS file: /sources/emacs/emacs/src/process.c,v
retrieving revision 1.512.2.4
retrieving revision 1.512.2.5
diff -u -b -r1.512.2.4 -r1.512.2.5
--- process.c   8 Aug 2007 07:49:14 -0000       1.512.2.4
+++ process.c   20 Sep 2007 02:46:00 -0000      1.512.2.5
@@ -2722,7 +2722,9 @@
 
 :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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]