--- CMake/Source/cmConfigureFileCommand.h	2008-01-10 04:09:19.000000000 +0100
+++ cmakeset/Source/cmConfigureFileCommand.h	2008-01-23 12:44:16.000000000 +0100
@@ -74,7 +74,10 @@ public:
         "This is useful for configuring scripts that use ${VAR}. "
         "Any occurrences of #cmakedefine VAR will be replaced with "
         "either #define VAR or /* #undef VAR */ depending on "
-        "the setting of VAR in CMake";
+        "the setting of VAR in CMake."
+	"Any occurences of #cmakewrite TEXT will be replaced with "
+	"TEXT (if TEXT includes a CMake variable, variable replacments "
+	"are performed.";
     }
 
   virtual void FinalPass();
