diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-22 10:20:06 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-22 10:20:06 +0000 |
commit | 871e0439db12b16ce153fbf3fa14974a44038715 (patch) | |
tree | 8f3635e462d4e2bf10539151ffeb4c50c8637abb /lisp/isearch.el | |
parent | 619ac84f4659e950b2595d34d23562e527bc7ec7 (diff) | |
download | emacs-871e0439db12b16ce153fbf3fa14974a44038715.tar.gz |
(isearch-lazy-highlight-initial-delay): Set default
to 0.25.
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 e1903367bae..59c93a4fe92 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) |