diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index 1cdc13bec..c592da787 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -42,8 +42,9 @@ references defined in the new project.
Nested <reference> elements
can also be used to copy references from the calling project to the
new project, optionally under a different id. References taken from
-nested elements will override existing references in the new
-project.
+nested elements will override existing references that have been
+defined outside of targets in the new project - but not those defined
+inside of targets.
Parameters
diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html
index 1fba7fc68..ffe234007 100644
--- a/docs/manual/CoreTasks/antcall.html
+++ b/docs/manual/CoreTasks/antcall.html
@@ -30,8 +30,9 @@ can not be overridden by nested <param> elements.
Nested <reference> elements can
be used to copy references from the calling project to the new
project, optionally under a different id. References taken from
-nested elements will override existing references in the new
-project.
+nested elements will override existing references that have been
+defined outside of targets in the new project - but not those defined
+inside of targets.
When a target is invoked by antcall, all of its dependent targets will