diff lispref/processes.texi @ 76993:55c9ef5f1559

Improve index entries.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 01:53:53 +0000
parents e1bce097669d
children 4d7a5d9bbe76 4ef881a120fe
line wrap: on
line diff
--- a/lispref/processes.texi	Sat Apr 07 01:52:57 2007 +0000
+++ b/lispref/processes.texi	Sat Apr 07 01:53:53 2007 +0000
@@ -146,7 +146,8 @@
 
 @node Shell Arguments
 @section Shell Arguments
-@cindex pass arguments to shell commands
+@cindex arguments for shell commands
+@cindex 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
-@cindex sentinel
+@cindex sentinel (of process)
 
   A @dfn{process sentinel} is a function that is called whenever the
 associated process changes status for any reason, including signals