Yet another documentation/message text patch.

diff --git a/files/profile.c b/files/profile.c
index 7761acf..4c655ef 100644
--- a/files/profile.c
+++ b/files/profile.c
@@ -1478,7 +1478,7 @@
 
     if (PROFILE_Open( filename ))
     {
-        if (!section && !entry && !string)
+        if (!section && !entry && !string) /* documented "file flush" case */
             PROFILE_ReleaseFile();  /* always return FALSE in this case */
         else
             ret = PROFILE_SetString( section, entry, string );