Index: /CKEditor/trunk/_source/core/env.js
===================================================================
--- /CKEditor/trunk/_source/core/env.js	(revision 7190)
+++ /CKEditor/trunk/_source/core/env.js	(revision 7191)
@@ -87,9 +87,9 @@
 
 			/**
-			 * Indicates that CKEditor is running on Apple iPhone/iPad/iPod mobile devices.
-			 * @type Boolean
-			 * @example
-			 * if ( CKEDITOR.env.iMobile )
-			 *     alert( "I like apples!" );
+			 * Indicates that CKEditor is running on Apple iPhone/iPad/iPod devices.
+			 * @type Boolean
+			 * @example
+			 * if ( CKEDITOR.env.iOS )
+			 *     alert( "I like little apples!" );
 			 */
 			iOS : /(ipad|iphone|ipod)/.test(agent),
