From: Robert Pluim Date: Mon, 16 Dec 2024 12:35:28 +0000 (+0100) Subject: ; * src/process.c (Fnetwork_interface_list): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4fdf30911a80e79698d6b99af6e9c3e684c30667;p=emacs.git ; * src/process.c (Fnetwork_interface_list): Fix typo. (cherry picked from commit 4b685bc4fcd060aab287704c2b00ab9feac4abb3) --- diff --git a/src/process.c b/src/process.c index cd1378f07ad..9faf4ebd346 100644 --- a/src/process.c +++ b/src/process.c @@ -4609,7 +4609,7 @@ network_interface_info (Lisp_Object ifname) DEFUN ("network-interface-list", Fnetwork_interface_list, Snetwork_interface_list, 0, 2, 0, doc: /* Return an alist of all network interfaces and their network address. -Each element is cons of the form (IFNAME . IP) where IFNAME is a +Each element is a cons of the form (IFNAME . IP) where IFNAME is a string containing the interface name, and IP is the network address in internal format; see the description of ADDRESS in `make-network-process'. The interface name is not guaranteed to be