[MKDoc-commit] [Petal] fix use-macro vs.

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Thu Jun 23 11:43:25 BST 2005


Log Message:
-----------
[Petal] fix use-macro vs. define-macro fuddlement

Modified Files:
--------------
    Petal/lib:
        Petal.pm

-------------- next part --------------
Index: Petal.pm
===================================================================
RCS file: /var/spool/cvs/Petal/lib/Petal.pm,v
retrieving revision 1.134
retrieving revision 1.135
diff -Llib/Petal.pm -Llib/Petal.pm -u -r1.134 -r1.135
--- lib/Petal.pm
+++ lib/Petal.pm
@@ -1255,7 +1255,7 @@
 =head2 define-macro
 
 In order to define a macro inside a file (i.e. a fragment to be included), you
-use the metal:use-macro directive. For example:
+use the metal:define-macro directive. For example:
 
   File foo.xml
   ============
@@ -1271,7 +1271,7 @@
 
 =head2 use-macro
 
-In order to use a previously defined macro, you use the metal:define-macro directive.
+In order to use a previously defined macro, you use the metal:use-macro directive.
 For example:
 
   File bar.xml


More information about the MKDoc-commit mailing list