]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/processes.texi (Network Servers): Standardize apostrophe usage.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2012 00:50:49 +0000 (20:50 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2012 00:50:49 +0000 (20:50 -0400)
doc/lispref/ChangeLog
doc/lispref/processes.texi

index 406948b9601c5544cfcf183858f689f68514613b..34323d947e7161eb9aed4a445a24bd63817c21ee 100644 (file)
@@ -1,5 +1,7 @@
 2012-03-27  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index 04aa50ebc845eec266dc1940e0582f37ae97c8fd..0dae20427c6637c7141ede699140c0eeadd742ad 100644 (file)
@@ -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