emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master bc5472a: ; Fix typo in recently fixed doc string


From: Eli Zaretskii
Subject: [Emacs-diffs] master bc5472a: ; Fix typo in recently fixed doc string
Date: Tue, 24 Sep 2019 04:52:26 -0400 (EDT)

branch: master
commit bc5472a4ee4f139439f22dddd2339ce1d907da45
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Fix typo in recently fixed doc string
    
    * src/process.c (Fmake_network_process): Fix capitalization in
    doc string.
---
 src/process.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/process.c b/src/process.c
index b7ab0b9..af28265 100644
--- a/src/process.c
+++ b/src/process.c
@@ -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



reply via email to

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