diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html index e46724be1..2690e0029 100644 --- a/docs/manual/CoreTasks/exec.html +++ b/docs/manual/CoreTasks/exec.html @@ -325,8 +325,9 @@ but some configuration problem on your machine.

starts emacs on display 1 of the X Window System.

+<property environment="env"/>
 <exec ... >
-  <env key="PATH" path="${java.library.path}:${basedir}/bin"/>
+  <env key="PATH" path="${env.PATH}:${basedir}/bin"/>
 </exec>
 

adds ${basedir}/bin to the PATH of the