From dd91141b357d10adc35e9a1959c15ee1dc197d67 Mon Sep 17 00:00:00 2001
From: Christoph Oelckers <c.oelckers@zdoom.fake>
Date: Tue, 7 Apr 2015 09:11:46 +0200
Subject: [PATCH] - updated the blurb that's being put above the IWAD specific
 autoload sections.

---
 src/gameconfigfile.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/gameconfigfile.cpp b/src/gameconfigfile.cpp
index 3f83da408..c4f970db9 100644
--- a/src/gameconfigfile.cpp
+++ b/src/gameconfigfile.cpp
@@ -239,9 +239,10 @@ FGameConfigFile::FGameConfigFile (FIWadManager *iwad_man)
 		"# Wad files to automatically load depending on the game and IWAD you are\n"
 		"# playing.  You may have have files that are loaded for all similar IWADs\n"
 		"# (the game) and files that are only loaded for particular IWADs. For example,\n"
-		"# any files listed under Doom.Autoload will be loaded for any version of Doom,\n"
-		"# but files listed under Doom2.Autoload will only load when you are\n"
-		"# playing Doom 2.\n\n");
+		"# any files listed under 'doom.Autoload' will be loaded for any version of Doom,\n"
+		"# but files listed under 'doom.doom2.Autoload' will only load when you are\n"
+		"# playing a Doom 2 based game (doom2.wad, tnt.wad or plutonia.wad), and files listed under\n"
+		"# 'doom.doom2.commercial.Autoload' only when playing doom2.wad.\n\n");
 }
 
 FGameConfigFile::~FGameConfigFile ()