emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116338: * isearch.el (isearch-cmds): Doc clarificat


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116338: * isearch.el (isearch-cmds): Doc clarification.
Date: Sat, 08 Feb 2014 06:57:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116338
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15547
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 22:56:18 -0800
message:
  * isearch.el (isearch-cmds): Doc clarification.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/isearch.el                isearch.el-20091113204419-o5vbwnq5f7feedwu-486
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 06:28:12 +0000
+++ b/lisp/ChangeLog    2014-02-08 06:56:18 +0000
@@ -1,5 +1,8 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2014-02-08 04:14:16 +0000
+++ b/lisp/isearch.el   2014-02-08 06:56:18 +0000
@@ -147,9 +147,9 @@
 (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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]