Index: /CKEditor/branches/features/paste/_source/plugins/pastetext/plugin.js
===================================================================
--- /CKEditor/branches/features/paste/_source/plugins/pastetext/plugin.js	(revision 4713)
+++ /CKEditor/branches/features/paste/_source/plugins/pastetext/plugin.js	(revision 4714)
@@ -83,5 +83,5 @@
 			CKEDITOR.dialog.add( commandName, CKEDITOR.getUrl( this.path + 'dialogs/pastetext.js' ) );
 
-			if( editor.config.forcePasteAsPlainText )
+			if ( editor.config.forcePasteAsPlainText )
 			{
 				// Intercept the default pasting process.
@@ -162,4 +162,5 @@
  * editor, loosing any formatting information possibly available in the source
  * text.
+ * @name CKEDITOR.config.forcePasteAsPlainText
  * @type Boolean
  * @default false
@@ -167,3 +168,2 @@
  * config.forcePasteAsPlainText = true;
  */
-CKEDITOR.config.forcePasteAsPlainText = false;
