Index: /CKEditor/trunk/_samples/sample.js
===================================================================
--- /CKEditor/trunk/_samples/sample.js	(revision 3298)
+++ /CKEditor/trunk/_samples/sample.js	(revision 3299)
@@ -3,4 +3,12 @@
 For licensing, see LICENSE.html or http://ckeditor.com/license
 */
+
+// This file is not required by CKEditor and may be safely ignored.
+// It is just a helper file that displays a red message about browser compatibility
+// at the top of the samples (if incompatible browser is detected).
+// %REMOVE_START%
+// In the SVN version of CKEditor, it does some more magic, for example it 
+// redirects all samples to the sample.html file. It still can be ignored anyway.
+// %REMOVE_END%
 
 // Firebug has been presented some bugs with console. It must be "initialized"
@@ -25,4 +33,5 @@
 if ( window.CKEDITOR )
 {
+// %REMOVE_START%
 	CKEDITOR.samples = (function()
 	{
@@ -69,5 +78,5 @@
 		return samples;
 	})();
-
+// %REMOVE_END%
 	(function()
 	{
