+2001-01-22 Gerd Moellmann <gerd@gnu.org>
+
+ * isearch.el (isearch-lazy-highlight-initial-delay): Set default
+ to 0.25.
+
2001-01-20 Miles Bader <miles@gnu.org>
* cus-edit.el (custom-face-save): Do post-processing on the face's
: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)