From 47b1e69b80394e6bc8fb56cfecf3f5c14c56768f Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sun, 25 Sep 2016 19:10:25 -0700 Subject: [PATCH] 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. --- src/docs/cmu-user/extensions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/cmu-user/extensions.tex b/src/docs/cmu-user/extensions.tex index 839ce5d6f..9b21d2550 100644 --- a/src/docs/cmu-user/extensions.tex +++ b/src/docs/cmu-user/extensions.tex @@ -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. -- GitLab