emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 11bfc0f: Correct description of network-lookup-addr


From: Robert Pluim
Subject: [Emacs-diffs] master 11bfc0f: Correct description of network-lookup-address-info
Date: Fri, 23 Aug 2019 04:07:18 -0400 (EDT)

branch: master
commit 11bfc0ffcc547fad689a028fe17676534d33a5cb
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    Correct description of network-lookup-address-info
    
    * doc/lispref/processes.texi (Misc Network): Remove erroneous text
      about port numbers
---
 doc/lispref/processes.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index e2a59d4..61de77d 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -3012,7 +3012,7 @@ signaled. Call @code{puny-encode-domain} on @var{name}
 first if you wish to lookup internationalized hostnames.
 
 If successful it returns a list of Lisp representations of network
-addresses (without port numbers), otherwise it returns @code{nil}.
+addresses, otherwise it returns @code{nil}.
 
 By default both IPv4 and IPv6 lookups are attempted.  The optional
 argument @var{family} controls this behavior, specifying the symbol



reply via email to

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