You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2007/06/26 19:02:04 UTC

svn commit: r550859 - /ant/core/trunk/docs/manual/CoreTasks/macrodef.html

Author: peterreilly
Date: Tue Jun 26 10:02:02 2007
New Revision: 550859

URL: http://svn.apache.org/viewvc?view=rev&rev=550859
Log:
changed macrodef to macro invocation

Modified:
    ant/core/trunk/docs/manual/CoreTasks/macrodef.html

Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/macrodef.html?view=diff&rev=550859&r1=550858&r2=550859
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/macrodef.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/macrodef.html Tue Jun 26 10:02:02 2007
@@ -182,10 +182,10 @@
     </table>
     <h4>text</h4>
     <p>
-      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.
       <em>Since ant 1.6.1.</em>
     </p>
     <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org