emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/processes.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi,v
Date: Sat, 08 Jul 2006 18:03:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:03:23

Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/processes.texi,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- processes.texi      19 Jun 2006 21:53:40 -0000      1.82
+++ processes.texi      8 Jul 2006 18:03:23 -0000       1.83
@@ -840,7 +840,6 @@
 @end defun
 
 @defun process-running-child-p process
address@hidden 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.
 
address@hidden process-query-on-exit-flag
 @defun process-query-on-exit-flag process
 This returns the query flag of @var{process}.
 @end defun
 
address@hidden 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}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]