# HG changeset patch # User Eli Zaretskii # Date 1152381803 0 # Node ID b8f9be99381d6d97a9dd1b39c4f82308ebc6b3fe # Parent 3a178276770edfb764f2e208e6949028121d69e6 (Input to Processes, Query Before Exit): Remove @tindex. diff -r 3a178276770e -r b8f9be99381d lispref/processes.texi --- a/lispref/processes.texi Sat Jul 08 18:02:52 2006 +0000 +++ b/lispref/processes.texi Sat Jul 08 18:03:23 2006 +0000 @@ -840,7 +840,6 @@ @end defun @defun process-running-child-p process -@tindex process-running-child-p process This function will tell you whether a subprocess has given control of its terminal to its own child process. The value is @code{t} if this is true, or if Emacs cannot tell; it is @code{nil} if Emacs can be certain @@ -1452,12 +1451,10 @@ exiting and thus killing that process. The default for the query flag is @code{t}, meaning @emph{do} query. -@tindex process-query-on-exit-flag @defun process-query-on-exit-flag process This returns the query flag of @var{process}. @end defun -@tindex set-process-query-on-exit-flag @defun set-process-query-on-exit-flag process flag This function sets the query flag of @var{process} to @var{flag}. It returns @var{flag}.