2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
+ * isearch.el (isearch-hide-immediately): Doc clarification
+ (bug#14723).
+
* simple.el (line-move): Document utility function used many
places in the Emacs sources (bug#14843).
(defcustom isearch-hide-immediately t
"If non-nil, re-hide an invisible match right away.
This variable makes a difference when `search-invisible' is set to `open'.
-It means that after search makes some invisible text visible
-to show the match, it makes the text invisible again when the match moves.
-Ordinarily the text becomes invisible again at the end of the search."
+If nil then do not re-hide opened invisible text when the match moves.
+Whatever the value, all opened invisible text is hidden again after exiting
+the search."
:type 'boolean
:group 'isearch)