Index: /CKEditor/trunk/_source/core/config.js
===================================================================
--- /CKEditor/trunk/_source/core/config.js	(revision 3458)
+++ /CKEditor/trunk/_source/core/config.js	(revision 3459)
@@ -90,6 +90,6 @@
 
 	/**
-	 * The language to be used if [@link #autoLanguage] is set to false, or
-	 * when it's not possible to localize the editor to the user language.
+	 * The language to be used if [@link #language] is left empty and it's not
+	 * possible to localize the editor to the user language.
 	 * @default 'en'
 	 * @type String
Index: /CKEditor/trunk/config.js
===================================================================
--- /CKEditor/trunk/config.js	(revision 3458)
+++ /CKEditor/trunk/config.js	(revision 3459)
@@ -7,5 +7,5 @@
 {
 	// Define changes to default configuration here. For example:
-	// config.autoLanguage = false;
-	// config.defaultLanguage = 'pt-br';
+	// config.language = 'fr';
+	// config.skin = 'office2003';
 };
