]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in recently fixed doc string
authorEli Zaretskii <eliz@gnu.org>
Tue, 24 Sep 2019 08:49:12 +0000 (11:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 24 Sep 2019 08:49:12 +0000 (11:49 +0300)
* src/process.c (Fmake_network_process): Fix capitalization in
doc string.

src/process.c

index b7ab0b9fe05136d81cda556b104c649a2caf12ca..af282652eb483bb9d886e2f87fee5b4b3d875baf 100644 (file)
@@ -3759,8 +3759,8 @@ address.  The symbol `local' specifies the local host.  If specified
 for a server process, it must be a valid name or address for the local
 host, and only clients connecting to that address will be accepted.
 If all interfaces should be bound, an address of \"0.0.0.0\" (for
-ipv4) or \"::\" (for ipv6) can be used.  (On some operating systems,
-using \"::\" listens on both ipv4 and ipv6.)  `local' will use IPv4 by
+IPv4) or \"::\" (for IPv6) can be used.  (On some operating systems,
+using \"::\" listens on both IPv4 and IPv6.)  `local' will use IPv4 by
 default, use a FAMILY of 'ipv6 to override this.
 
 :service SERVICE -- SERVICE is name of the service desired, or an