aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/processes.texi7
2 files changed, 8 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 97f5c1df75d..679c2b6e8f3 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-07-18 Richard Stallman <rms@gnu.org>
2
3 * processes.texi (Low-Level Network): Make menu more convenient.
4
12006-07-18 Kim F. Storm <storm@cua.dk> 52006-07-18 Kim F. Storm <storm@cua.dk>
2 6
3 * display.texi (Forcing Redisplay): redisplay-preemption-period 7 * display.texi (Forcing Redisplay): redisplay-preemption-period
diff --git a/lispref/processes.texi b/lispref/processes.texi
index cf4c3ab9784..a6f43cfa95d 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1724,9 +1724,10 @@ level that that of @code{open-network-stream}, using
1724@code{make-network-process}. 1724@code{make-network-process}.
1725 1725
1726@menu 1726@menu
1727* Network Processes:: Using @code{make-network-process}. 1727* Proc: Network Processes. Using @code{make-network-process}.
1728* Network Options:: Further control over network connections. 1728* Options: Network Options. Further control over network connections.
1729* Network Feature Testing:: Determining which network features work on 1729* Features: Network Feature Testing.
1730 Determining which network features work on
1730 the machine you are using. 1731 the machine you are using.
1731@end menu 1732@end menu
1732 1733