diff --git a/src/docs/cmu-user/extensions.tex b/src/docs/cmu-user/extensions.tex
index 839ce5d6fee4f0fedc8a8e5054c0e4673dab7db8..9b21d25502bfc2502a3c476c4aeba1885c7e118d 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.