diff options
| author | Richard M. Stallman | 2006-07-19 02:10:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-19 02:10:38 +0000 |
| commit | c29fbc935469c3ecbef17042c662f3a645daced4 (patch) | |
| tree | ffdb27393b2dacc7723992953d6acfad36bf77fb | |
| parent | 7ce31649a332b78b39c78ef9bc12a377151bacd9 (diff) | |
| download | emacs-c29fbc935469c3ecbef17042c662f3a645daced4.tar.gz emacs-c29fbc935469c3ecbef17042c662f3a645daced4.zip | |
(Low-Level Network): Make menu more convenient.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/processes.texi | 7 |
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 @@ | |||
| 1 | 2006-07-18 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * processes.texi (Low-Level Network): Make menu more convenient. | ||
| 4 | |||
| 1 | 2006-07-18 Kim F. Storm <storm@cua.dk> | 5 | 2006-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 | ||