Index: /CKEditor/trunk/_source/core/config.js
===================================================================
--- /CKEditor/trunk/_source/core/config.js	(revision 5155)
+++ /CKEditor/trunk/_source/core/config.js	(revision 5156)
@@ -90,6 +90,6 @@
 	 * automatically localize the editor to the user language, if supported,
 	 * otherwise the {@link CKEDITOR.config.defaultLanguage} language is used.
-	 * @default true
-	 * @type Boolean
+	 * @default '' (empty)
+	 * @type String
 	 * @example
 	 * // Load the German interface.
Index: /CKEditor/trunk/_source/core/editor.js
===================================================================
--- /CKEditor/trunk/_source/core/editor.js	(revision 5155)
+++ /CKEditor/trunk/_source/core/editor.js	(revision 5156)
@@ -692,5 +692,5 @@
  * @name CKEDITOR.config.htmlEncodeOutput
  * @since 3.1
- * @type {Boolean}
+ * @type Boolean
  * @default false
  * @example
Index: /CKEditor/trunk/_source/plugins/link/dialogs/link.js
===================================================================
--- /CKEditor/trunk/_source/plugins/link/dialogs/link.js	(revision 5155)
+++ /CKEditor/trunk/_source/plugins/link/dialogs/link.js	(revision 5156)
@@ -1379,7 +1379,7 @@
 
 /**
- * <p>The e-mail address anti-spam protection option. The protection will be
- * applied when creating or modifying e-mail links through the editor interface.</p>
- * <p>Two methods of protection can be choosed:</p>
+ * The e-mail address anti-spam protection option. The protection will be
+ * applied when creating or modifying e-mail links through the editor interface.<br>
+ * Two methods of protection can be choosed:
  * <ol>	<li>The e-mail parts (name, domain and any other query string) are
  *			assembled into a function call pattern. Such function must be
@@ -1388,8 +1388,8 @@
  *			has no meaning for humans or spam bots, but which is properly
  *			rendered and accepted by the browser.</li></ol>
- * <p>Both approaches require JavaScript to be enabled.</p>
+ * Both approaches require JavaScript to be enabled.
  * @name CKEDITOR.config.emailProtection
  * @since 3.1
- * @type {String}
+ * @type String
  * @default '' (empty string = disabled)
  * @example
