Mercurial > emacs
changeset 71697:b8f9be99381d
(Input to Processes, Query Before Exit): Remove @tindex.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Jul 2006 18:03:23 +0000 |
parents | 3a178276770e |
children | 5688afba6548 |
files | lispref/processes.texi |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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}.