diff options
| author | Eli Zaretskii | 2006-07-08 18:03:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:03:23 +0000 |
| commit | 6061e9bcf248bfde1d0ad5c58c0c11884d2dbf29 (patch) | |
| tree | 4843fd76786274386ad7f676b76379cfee7584cf | |
| parent | 9b6194b4594df1894717c963711b17a096ec7673 (diff) | |
| download | emacs-6061e9bcf248bfde1d0ad5c58c0c11884d2dbf29.tar.gz emacs-6061e9bcf248bfde1d0ad5c58c0c11884d2dbf29.zip | |
(Input to Processes, Query Before Exit): Remove @tindex.
| -rw-r--r-- | lispref/processes.texi | 3 |
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 | ||
| 844 | This function will tell you whether a subprocess has given control of | 843 | This function will tell you whether a subprocess has given control of |
| 845 | its terminal to its own child process. The value is @code{t} if this is | 844 | its terminal to its own child process. The value is @code{t} if this is |
| 846 | true, or if Emacs cannot tell; it is @code{nil} if Emacs can be certain | 845 | true, 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 | |||
| 1452 | exiting and thus killing that process. The default for the query flag | 1451 | exiting and thus killing that process. The default for the query flag |
| 1453 | is @code{t}, meaning @emph{do} query. | 1452 | is @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 |
| 1457 | This returns the query flag of @var{process}. | 1455 | This 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 |
| 1462 | This function sets the query flag of @var{process} to @var{flag}. It | 1459 | This function sets the query flag of @var{process} to @var{flag}. It |
| 1463 | returns @var{flag}. | 1460 | returns @var{flag}. |