Variable: bookmark-search-delay
bookmark-search-delay is a customizable variable defined in
bookmark.el.gz.
Value
0.2
Documentation
Time before bookmark-bmenu-search updates the display.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
;; FIXME: Is it really worth a customization option?
(defcustom bookmark-search-delay 0.2
"Time before `bookmark-bmenu-search' updates the display."
:type 'number)