Variable: reb-auto-match-limit

reb-auto-match-limit is a customizable variable defined in re-builder.el.gz.

Value

200

Documentation

Positive integer limiting the matches for RE Builder auto updates.

Set it to nil if you don't want limits here.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/re-builder.el.gz
(defcustom reb-auto-match-limit 200
  "Positive integer limiting the matches for RE Builder auto updates.
Set it to nil if you don't want limits here."
  :group 're-builder
  :type '(restricted-sexp :match-alternatives
			  (integerp 'nil)))