aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-01-22 10:20:06 +0000
committerGerd Moellmann <[email protected]>2001-01-22 10:20:06 +0000
commit871e0439db12b16ce153fbf3fa14974a44038715 (patch)
tree8f3635e462d4e2bf10539151ffeb4c50c8637abb /lisp/isearch.el
parent619ac84f4659e950b2595d34d23562e527bc7ec7 (diff)
(isearch-lazy-highlight-initial-delay): Set default
to 0.25.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index e1903367ba..59c93a4fe9 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1842,7 +1842,7 @@ If this is nil, extra highlighting can be \"manually\" removed with
:type 'boolean
:group 'isearch-lazy-highlight)
-(defcustom isearch-lazy-highlight-initial-delay 0 ; 0.25
+(defcustom isearch-lazy-highlight-initial-delay 0.25
"*Seconds to wait before beginning to lazily highlight all matches."
:type 'number
:group 'isearch-lazy-highlight)