From d5b535aa9a9f69dcd2d0cada46e88e7f3295c084 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 26 Jun 2007 17:02:02 +0000 Subject: [PATCH] changed macrodef to macro invocation git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@550859 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/macrodef.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTasks/macrodef.html b/docs/manual/CoreTasks/macrodef.html index 26ef4a6b9..5609b9dc8 100644 --- a/docs/manual/CoreTasks/macrodef.html +++ b/docs/manual/CoreTasks/macrodef.html @@ -182,10 +182,10 @@

text

- This is used to specify the treatment of text contents of the macrodef. - If this element is not present, then any nested text in the macro + This is used to specify the treatment of text contents of the macro invocation. + If this element is not present, then any nested text in the macro invocation will be an error. If the text element is present, then the name - becomes an attribute that gets set to the nested text of the macro. + becomes an attribute that gets set to the nested text of the macro invocation. Since ant 1.6.1.