aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-14 16:03:25 +0000
committerRichard M. Stallman2003-07-14 16:03:25 +0000
commitcd14e1c9328e56bd815947011ff70ca60c345098 (patch)
tree804ffe1f4e62058e6af9f159762181a1f3814970
parent0f2018645b250e2aaa2ad14f1992e15b981d9108 (diff)
downloademacs-cd14e1c9328e56bd815947011ff70ca60c345098.tar.gz
emacs-cd14e1c9328e56bd815947011ff70ca60c345098.zip
(Subprocess Creation): Add exec-suffixes.
-rw-r--r--lispref/processes.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 5bcd50a582e..159ed47c059 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -79,6 +79,16 @@ in @code{exec-path}, but environment variable substitutions
79@code{substitute-in-file-name} to perform them (@pxref{File Name 79@code{substitute-in-file-name} to perform them (@pxref{File Name
80Expansion}). 80Expansion}).
81 81
82 Executing a program can also try adding suffixes to the specified
83name:
84
85@defvar exec-suffixes
86This variable is a list of suffixes (strings) to try adding to the
87specified program file name. The list should include @code{""} if you
88want the name to be tried exactly as specified. The default value is
89system-dependent.
90@end defvar
91
82 Each of the subprocess-creating functions has a @var{buffer-or-name} 92 Each of the subprocess-creating functions has a @var{buffer-or-name}
83argument which specifies where the standard output from the program will 93argument which specifies where the standard output from the program will
84go. It should be a buffer or a buffer name; if it is a buffer name, 94go. It should be a buffer or a buffer name; if it is a buffer name,