From 4b685bc4fcd060aab287704c2b00ab9feac4abb3 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Mon, 16 Dec 2024 13:35:28 +0100 Subject: [PATCH] ; * src/process.c (Fnetwork_interface_list): Fix typo. --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process.c b/src/process.c index 58ce0f3e6ed..b10020bdae4 100644 --- a/src/process.c +++ b/src/process.c @@ -4605,7 +4605,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 -- 2.30.2