Index: /CKEditor/trunk/_source/plugins/editingblock/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/editingblock/plugin.js	(revision 7009)
+++ /CKEditor/trunk/_source/plugins/editingblock/plugin.js	(revision 7010)
@@ -256,5 +256,5 @@
 
 /**
- * Fired before changing the editing mode.
+ * Fired before changing the editing mode. See also CKEDITOR.editor#beforeSetMode and CKEDITOR.editor#mode
  * @name CKEDITOR.editor#beforeModeUnload
  * @event
@@ -262,5 +262,5 @@
 
  /**
- * Fired before the editor mode is set.
+ * Fired before the editor mode is set. See also CKEDITOR.editor#mode and CKEDITOR.editor#beforeModeUnload
  * @name CKEDITOR.editor#beforeSetMode
  * @event
@@ -268,2 +268,8 @@
  * @param {String} newMode The name of the mode which is about to be set.
  */
+
+/**
+ * Fired after setting the editing mode. See also CKEDITOR.editor#beforeSetMode and CKEDITOR.editor#beforeModeUnload
+ * @name CKEDITOR.editor#mode
+ * @event
+ */
