From: Glenn Morris Date: Tue, 27 Mar 2012 00:50:49 +0000 (-0400) Subject: * doc/lispref/processes.texi (Network Servers): Standardize apostrophe usage. X-Git-Tag: emacs-pretest-24.0.05~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9364727b1923ce22e34b591435b679daa7519877;p=emacs.git * doc/lispref/processes.texi (Network Servers): Standardize apostrophe usage. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 406948b9601..34323d947e7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-03-27 Glenn Morris + * processes.texi (Network Servers): Standardize apostrophe usage. + * os.texi (System Environment): Copyedits. Remove some examples that do not seem useful. Mention setenv third arg. tty-erase-char does not seem to be nil under a window-system. diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 04aa50ebc84..0dae20427c6 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -2054,7 +2054,7 @@ parameters: @itemize @bullet @item The connection's process name is constructed by concatenating the -server process' @var{name} with a client identification string. The +server process's @var{name} with a client identification string. The client identification string for an IPv4 connection looks like @samp{<@var{a}.@var{b}.@var{c}.@var{d}:@var{p}>}. Otherwise, it is a unique number in brackets, as in @samp{<@var{nnn}>}. The number @@ -2087,7 +2087,7 @@ The connection's local address is set up according to the port number used for the connection. @item -The client process' plist is initialized from the server's plist. +The client process's plist is initialized from the server's plist. @end itemize @node Datagrams