aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/processes.texi
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-31 13:56:30 +0000
committerEli Zaretskii2007-03-31 13:56:30 +0000
commit5e472eb6ee4e27f453aeff0bad8f62b8ce7c885b (patch)
tree826088168bd0cb084ef15f9ccb3bdd1990192f16 /lispref/processes.texi
parent66a17d97c6657eb8c094a29b2d0f21d4f8a2022d (diff)
downloademacs-5e472eb6ee4e27f453aeff0bad8f62b8ce7c885b.tar.gz
emacs-5e472eb6ee4e27f453aeff0bad8f62b8ce7c885b.zip
Improve indexing.
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r--lispref/processes.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index cffb3cbfefb..76c60e967ea 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1236,6 +1236,7 @@ there is no filter function:
1236 1236
1237@node Decoding Output 1237@node Decoding Output
1238@subsection Decoding Process Output 1238@subsection Decoding Process Output
1239@cindex decode process output
1239 1240
1240 When Emacs writes process output directly into a multibyte buffer, 1241 When Emacs writes process output directly into a multibyte buffer,
1241it decodes the output according to the process output coding system. 1242it decodes the output according to the process output coding system.
@@ -1285,6 +1286,7 @@ This function returns the filter multibyte flag of @var{process}.
1285 1286
1286@node Accepting Output 1287@node Accepting Output
1287@subsection Accepting Output from Processes 1288@subsection Accepting Output from Processes
1289@cindex accept input from processes
1288 1290
1289 Output from asynchronous subprocesses normally arrives only while 1291 Output from asynchronous subprocesses normally arrives only while
1290Emacs is waiting for some sort of external event, such as elapsed time 1292Emacs is waiting for some sort of external event, such as elapsed time
@@ -1643,6 +1645,7 @@ For an ordinary child process, this function always returns @code{t}.
1643 1645
1644@node Network Servers 1646@node Network Servers
1645@section Network Servers 1647@section Network Servers
1648@cindex network servers
1646 1649
1647 You create a server by calling @code{make-network-process} with 1650 You create a server by calling @code{make-network-process} with
1648@code{:server t}. The server will listen for connection requests from 1651@code{:server t}. The server will listen for connection requests from