]> git.eshelyaron.com Git - emacs.git/commitdiff
* isearch.el (isearch-cmds): Doc clarification.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:56:18 +0000 (22:56 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:56:18 +0000 (22:56 -0800)
Fixes: debbugs:15547
lisp/ChangeLog
lisp/isearch.el

index 99255517a5704d8d413d49d54df3800038cea8e9..8a911501f0f4dd8b1aa2fa8601bdf875c5f82854 100644 (file)
@@ -1,5 +1,8 @@
 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).
 
index 1fbdeb906d802d33ec4aa7227d90316ab1a07e19..c8dc89cb821e95ff9c0cdab1b3b1c226df741653 100644 (file)
@@ -147,9 +147,9 @@ whenever point is in one of them."
 (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)