diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/process.c | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3ac6767e6b1..c74e872de70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-09-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * process.c (Fmake_network_process): Doc fix. | ||
| 4 | |||
| 1 | 2007-09-19 Jason Rumney <jasonr@gnu.org> | 5 | 2007-09-19 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument. | 7 | * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument. |
diff --git a/src/process.c b/src/process.c index dfb97b8d615..19275e40db5 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2721,7 +2721,9 @@ host, and only clients connecting to that address will be accepted. | |||
| 2721 | 2721 | ||
| 2722 | :service SERVICE -- SERVICE is name of the service desired, or an | 2722 | :service SERVICE -- SERVICE is name of the service desired, or an |
| 2723 | integer specifying a port number to connect to. If SERVICE is t, | 2723 | integer specifying a port number to connect to. If SERVICE is t, |
| 2724 | a random port number is selected for the server. | 2724 | a random port number is selected for the server. (If Emacs was |
| 2725 | compiled with getaddrinfo, a port number can also be specified as a | ||
| 2726 | string, e.g. "80", as well as an integer. This is not portable.) | ||
| 2725 | 2727 | ||
| 2726 | :type TYPE -- TYPE is the type of connection. The default (nil) is a | 2728 | :type TYPE -- TYPE is the type of connection. The default (nil) is a |
| 2727 | stream type connection, `datagram' creates a datagram type connection. | 2729 | stream type connection, `datagram' creates a datagram type connection. |