Mercurial > emacs
comparison lisp/isearch.el @ 35454:9890c94c01ea
(isearch-lazy-highlight-initial-delay): Set default
to 0.25.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 22 Jan 2001 10:19:34 +0000 |
parents | 1269a53f8f5f |
children | 52a68daf83b8 |
comparison
equal
deleted
inserted
replaced
35453:26726eff41ca | 35454:9890c94c01ea |
---|---|
1840 If this is nil, extra highlighting can be \"manually\" removed with | 1840 If this is nil, extra highlighting can be \"manually\" removed with |
1841 \\[isearch-lazy-highlight-cleanup]." | 1841 \\[isearch-lazy-highlight-cleanup]." |
1842 :type 'boolean | 1842 :type 'boolean |
1843 :group 'isearch-lazy-highlight) | 1843 :group 'isearch-lazy-highlight) |
1844 | 1844 |
1845 (defcustom isearch-lazy-highlight-initial-delay 0 ; 0.25 | 1845 (defcustom isearch-lazy-highlight-initial-delay 0.25 |
1846 "*Seconds to wait before beginning to lazily highlight all matches." | 1846 "*Seconds to wait before beginning to lazily highlight all matches." |
1847 :type 'number | 1847 :type 'number |
1848 :group 'isearch-lazy-highlight) | 1848 :group 'isearch-lazy-highlight) |
1849 | 1849 |
1850 (defcustom isearch-lazy-highlight-interval 0 ; 0.0625 | 1850 (defcustom isearch-lazy-highlight-interval 0 ; 0.0625 |