diff options
| author | Robert Pluim | 2024-12-16 13:35:28 +0100 |
|---|---|---|
| committer | Robert Pluim | 2024-12-16 13:35:51 +0100 |
| commit | 4b685bc4fcd060aab287704c2b00ab9feac4abb3 (patch) | |
| tree | dd8265a86d92e887b6fa61c7e39139b78de3e2cd /src | |
| parent | c14c489571988f4fede84c69254804a89b314d26 (diff) | |
| download | emacs-4b685bc4fcd060aab287704c2b00ab9feac4abb3.tar.gz emacs-4b685bc4fcd060aab287704c2b00ab9feac4abb3.zip | |
; * src/process.c (Fnetwork_interface_list): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 4605 | DEFUN ("network-interface-list", Fnetwork_interface_list, | 4605 | DEFUN ("network-interface-list", Fnetwork_interface_list, |
| 4606 | Snetwork_interface_list, 0, 2, 0, | 4606 | Snetwork_interface_list, 0, 2, 0, |
| 4607 | doc: /* Return an alist of all network interfaces and their network address. | 4607 | doc: /* Return an alist of all network interfaces and their network address. |
| 4608 | Each element is cons of the form (IFNAME . IP) where IFNAME is a | 4608 | Each element is a cons of the form (IFNAME . IP) where IFNAME is a |
| 4609 | string containing the interface name, and IP is the network address in | 4609 | string containing the interface name, and IP is the network address in |
| 4610 | internal format; see the description of ADDRESS in | 4610 | internal format; see the description of ADDRESS in |
| 4611 | `make-network-process'. The interface name is not guaranteed to be | 4611 | `make-network-process'. The interface name is not guaranteed to be |