Index: /CKEditor/trunk/_source/core/config.js
===================================================================
--- /CKEditor/trunk/_source/core/config.js	(revision 6031)
+++ /CKEditor/trunk/_source/core/config.js	(revision 6032)
@@ -8,4 +8,28 @@
  * default configuration settings.
  */
+
+/**
+ * Used in conjuction with {@link CKEDITOR.config.enterMode} and
+ * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce &lt;p&gt;
+ * tags when using the ENTER key.
+ * @constant
+ */
+CKEDITOR.ENTER_P	= 1;
+
+/**
+ * Used in conjuction with {@link CKEDITOR.config.enterMode} and
+ * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce &lt;br&gt;
+ * tags when using the ENTER key.
+ * @constant
+ */
+CKEDITOR.ENTER_BR	= 2;
+
+/**
+ * Used in conjuction with {@link CKEDITOR.config.enterMode} and
+ * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce &lt;div&gt;
+ * tags when using the ENTER key.
+ * @constant
+ */
+CKEDITOR.ENTER_DIV	= 3;
 
 /**
@@ -404,27 +428,3 @@
  */
 
-/**
- * Used in conjuction with {@link CKEDITOR.config.enterMode} and
- * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce &lt;p&gt;
- * tags when using the ENTER key.
- * @constant
- */
-CKEDITOR.ENTER_P	= 1;
-
-/**
- * Used in conjuction with {@link CKEDITOR.config.enterMode} and
- * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce &lt;br&gt;
- * tags when using the ENTER key.
- * @constant
- */
-CKEDITOR.ENTER_BR	= 2;
-
-/**
- * Used in conjuction with {@link CKEDITOR.config.enterMode} and
- * {@link CKEDITOR.config.shiftEnterMode} to make the editor produce &lt;div&gt;
- * tags when using the ENTER key.
- * @constant
- */
-CKEDITOR.ENTER_DIV	= 3;
-
 // PACKAGER_RENAME( CKEDITOR.config )
