Index: wp-includes/query.php
===================================================================
--- wp-includes/query.php	(revision 25092)
+++ wp-includes/query.php	(working copy)
@@ -932,10 +932,11 @@
 	var $in_the_loop = false;
 
 	/**
-	 * The current post.
+	 * The current post object or undefined if query returns no posts.
 	 *
+	 * @access public
 	 * @since 1.5.0
-	 * @access public
+	 * 
 	 * @var WP_Post
 	 */
 	var $post;
