aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/processes.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index fdc2957892e..6904ca54e6a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12007-10-01 Eli Zaretskii <eliz@gnu.org>
2
3 * processes.texi (Misc Network): Note that these functions are
4 supported only on some systems.
5
12007-09-19 Richard Stallman <rms@gnu.org> 62007-09-19 Richard Stallman <rms@gnu.org>
2 7
3 * display.texi (Display Property): Explain multiple display specs. 8 * display.texi (Display Property): Explain multiple display specs.
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 81cac3e5046..40bec387e0c 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -2027,7 +2027,8 @@ That particular network option is supported by
2027@section Misc Network Facilities 2027@section Misc Network Facilities
2028 2028
2029 These additional functions are useful for creating and operating 2029 These additional functions are useful for creating and operating
2030on network connections. 2030on network connections. Note that they are supported only on some
2031systems.
2031 2032
2032@defun network-interface-list 2033@defun network-interface-list
2033This function returns a list describing the network interfaces 2034This function returns a list describing the network interfaces