Mercurial > hg > xemacs-beta
comparison man/lispref/processes.texi @ 4771:e0b8ef850996
Remove more obsolete files.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 14 Dec 2009 10:12:02 -0700 |
parents | 576fb035e263 |
children | 6772ce4d982b |
comparison
equal
deleted
inserted
replaced
4770:b9aaf2a18957 | 4771:e0b8ef850996 |
---|---|
109 The subprocess inherits its environment from XEmacs; but you can | 109 The subprocess inherits its environment from XEmacs; but you can |
110 specify overrides for it with @code{process-environment}. @xref{System | 110 specify overrides for it with @code{process-environment}. @xref{System |
111 Environment}. | 111 Environment}. |
112 | 112 |
113 @defvar exec-directory | 113 @defvar exec-directory |
114 @pindex wakeup | 114 @pindex etags |
115 The value of this variable is the name of a directory (a string) that | 115 The value of this variable is the name of a directory (a string) that |
116 contains programs that come with XEmacs, that are intended for XEmacs | 116 contains programs that come with XEmacs, that are intended for XEmacs |
117 to invoke. The program @code{wakeup} is an example of such a program; | 117 to invoke. The program @code{etags} is an example of such a program. |
118 the @code{display-time} command uses it to get a reminder once per | |
119 minute. | |
120 @end defvar | 118 @end defvar |
121 | 119 |
122 @defopt exec-path | 120 @defopt exec-path |
123 The value of this variable is a list of directories to search for | 121 The value of this variable is a list of directories to search for |
124 programs to run in subprocesses. Each element is either the name of a | 122 programs to run in subprocesses. Each element is either the name of a |