diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-28 18:48:54 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-28 18:48:54 -0800 |
commit | 2501c91259584d30e0cbb3a5be143b60b1204f73 (patch) | |
tree | 61431843f3163a8b6d6925ee6812700b1727b2cc /lisp/isearch.el | |
parent | b829360f5052d532a00f4693f9ca6494a348449e (diff) | |
download | emacs-2501c91259584d30e0cbb3a5be143b60b1204f73.tar.gz |
Some doc related to search-invisible and query replace
* doc/emacs/search.texi (Query Replace): Mention search-invisible.
* doc/emacs/text.texi (Outline Visibility): Mention search-invisible
also affects query-replace.
* lisp/isearch.el (search-invisible): Doc fix.
* etc/NEWS: Related markup.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index a158c96c06d..20dabdc5b6c 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -131,7 +131,7 @@ a tab, a carriage return (control-M), a newline, and `]+'." :version "24.3") (defcustom search-invisible 'open - "If t incremental search can match hidden text. + "If t incremental search/query-replace can match hidden text. A nil value means don't match invisible text. When the value is `open', if the text matched is made invisible by an overlay having an `invisible' property and that overlay has a property |