]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/process.c (Fnetwork_interface_list): Fix typo.
authorRobert Pluim <rpluim@gmail.com>
Mon, 16 Dec 2024 12:35:28 +0000 (13:35 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:01:31 +0000 (16:01 +0100)
(cherry picked from commit 4b685bc4fcd060aab287704c2b00ab9feac4abb3)

src/process.c

index cd1378f07ad04a6a57dd771a311c4141a4579eac..9faf4ebd346b5985341d4af728fe5b3dd6eb0d35 100644 (file)
@@ -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 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