]> code.delx.au - gnu-emacs/blobdiff - lisp/isearch.el
(Fbuffer_substring): Doc fix.
[gnu-emacs] / lisp / isearch.el
index 5fd96546601850cff9327d741153e6876f7b95fc..fbc62e873982aeced835ba4d9117f30ed712777f 100644 (file)
@@ -1838,12 +1838,12 @@ If this is nil, extra highlighting can be \"manually\" removed with
   :type 'boolean
   :group 'isearch-lazy-highlight)
 
-(defcustom isearch-lazy-highlight-initial-delay 0.25
+(defcustom isearch-lazy-highlight-initial-delay 0 ; 0.25
   "*Seconds to wait before beginning to lazily highlight all matches."
   :type 'number
   :group 'isearch-lazy-highlight)
 
-(defcustom isearch-lazy-highlight-interval 0.0625
+(defcustom isearch-lazy-highlight-interval 0 ; 0.0625
   "*Seconds between lazily highlighting successive matches."
   :type 'number
   :group 'isearch-lazy-highlight)