[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/processes.texi,v
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/processes.texi,v |
Date: |
Sat, 07 Apr 2007 01:53:23 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Richard M. Stallman <rms> 07/04/07 01:53:23
Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/processes.texi,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- processes.texi 3 Apr 2007 16:41:28 -0000 1.100
+++ processes.texi 7 Apr 2007 01:53:23 -0000 1.101
@@ -146,7 +146,8 @@
@node Shell Arguments
@section Shell Arguments
address@hidden pass arguments to shell commands
address@hidden arguments for shell commands
address@hidden shell command arguments
Lisp programs sometimes need to run a shell and give it a command
that contains file names that were specified by the user. These
@@ -1331,7 +1332,7 @@
@node Sentinels
@section Sentinels: Detecting Process Status Changes
@cindex process sentinel
address@hidden sentinel
address@hidden sentinel (of process)
A @dfn{process sentinel} is a function that is called whenever the
associated process changes status for any reason, including signals