diff options
| author | Lute Kamstra | 2005-05-11 23:26:33 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-05-11 23:26:33 +0000 |
| commit | b4b2903b59c0c3b56e5b4cb1c7fd2f0fa52deebc (patch) | |
| tree | 311b4e5ee8bcec0669fb68138ac5fd9ba864acb4 | |
| parent | f3280ac53e83e827b3360ce51f6777e8295bb342 (diff) | |
| download | emacs-b4b2903b59c0c3b56e5b4cb1c7fd2f0fa52deebc.tar.gz emacs-b4b2903b59c0c3b56e5b4cb1c7fd2f0fa52deebc.zip | |
(Processes): Add menu description.
| -rw-r--r-- | lispref/processes.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index abe6384728a..6ffacebce8a 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999 | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2005 |
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../info/processes | 6 | @setfilename ../info/processes |
| @@ -49,7 +49,7 @@ This function returns @code{t} if @var{object} is a process, | |||
| 49 | * Transaction Queues:: Transaction-based communication with subprocesses. | 49 | * Transaction Queues:: Transaction-based communication with subprocesses. |
| 50 | * Network:: Opening network connections. | 50 | * Network:: Opening network connections. |
| 51 | * Network Servers:: Network servers let Emacs accept net connections. | 51 | * Network Servers:: Network servers let Emacs accept net connections. |
| 52 | * Datagrams:: | 52 | * Datagrams:: UDP network connections. |
| 53 | * Low-Level Network:: Lower-level but more general function | 53 | * Low-Level Network:: Lower-level but more general function |
| 54 | to create connections and servers. | 54 | to create connections and servers. |
| 55 | @end menu | 55 | @end menu |