diff options
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_macro.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index 4da60596fd..6b24304934 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -162,9 +162,9 @@ Use VHost www.example.fr 1234 /vhosts/example.fr/htdocs <section> <title>Removal of a macro definition</title> - <ul> - <li> the macro must be already defined.</li> - </ul> +<p>It's recommended that you undefine a macro once you've used it. This +avoids confusion in a complex configuration file where there may be +conflicts in variable names.<p> <highlight language="config"> <Macro DirGroup $dir $group> |