aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:03:23 +0000
committerEli Zaretskii2006-07-08 18:03:23 +0000
commit6061e9bcf248bfde1d0ad5c58c0c11884d2dbf29 (patch)
tree4843fd76786274386ad7f676b76379cfee7584cf
parent9b6194b4594df1894717c963711b17a096ec7673 (diff)
downloademacs-6061e9bcf248bfde1d0ad5c58c0c11884d2dbf29.tar.gz
emacs-6061e9bcf248bfde1d0ad5c58c0c11884d2dbf29.zip
(Input to Processes, Query Before Exit): Remove @tindex.
-rw-r--r--lispref/processes.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index abaa607d1d4..a97690c698b 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -840,7 +840,6 @@ The function returns @var{process}.
840@end defun 840@end defun
841 841
842@defun process-running-child-p process 842@defun process-running-child-p process
843@tindex process-running-child-p process
844This function will tell you whether a subprocess has given control of 843This function will tell you whether a subprocess has given control of
845its terminal to its own child process. The value is @code{t} if this is 844its terminal to its own child process. The value is @code{t} if this is
846true, or if Emacs cannot tell; it is @code{nil} if Emacs can be certain 845true, or if Emacs cannot tell; it is @code{nil} if Emacs can be certain
@@ -1452,12 +1451,10 @@ non-@code{nil}, says that Emacs should ask for confirmation before
1452exiting and thus killing that process. The default for the query flag 1451exiting and thus killing that process. The default for the query flag
1453is @code{t}, meaning @emph{do} query. 1452is @code{t}, meaning @emph{do} query.
1454 1453
1455@tindex process-query-on-exit-flag
1456@defun process-query-on-exit-flag process 1454@defun process-query-on-exit-flag process
1457This returns the query flag of @var{process}. 1455This returns the query flag of @var{process}.
1458@end defun 1456@end defun
1459 1457
1460@tindex set-process-query-on-exit-flag
1461@defun set-process-query-on-exit-flag process flag 1458@defun set-process-query-on-exit-flag process flag
1462This function sets the query flag of @var{process} to @var{flag}. It 1459This function sets the query flag of @var{process} to @var{flag}. It
1463returns @var{flag}. 1460returns @var{flag}.