Skip to content
Snippets Groups Projects
Commit 47b1e69b authored by Raymond Toy's avatar Raymond Toy
Browse files

Remove :before-execve option

The documentation for this keyward option to run-program was
commented, but the actual option was not removed from the list of
options for run-program.

Remove it.
parent f810fc97
No related branches found
No related tags found
No related merge requests found
......@@ -1099,7 +1099,7 @@ It is possible to run programs from Lisp by using the following function.
\morekeys{\kwd{if-input-does-not-exist}}
\yetmorekeys{\kwd{output} \kwd{if-output-exists}}
\yetmorekeys{\kwd{error} \kwd{if-error-exists}}
\yetmorekeys{\kwd{status-hook} \kwd{before-execve}}}}
\yetmorekeys{\kwd{status-hook}}}}
\code{run-program} runs \var{program} in a child process.
\var{Program} should be a pathname or string naming the program.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment