Function: reb-force-update

reb-force-update is an interactive and byte-compiled function defined in re-builder.el.gz.

Signature

(reb-force-update)

Documentation

Force an update in the RE Builder target window without a match limit.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/re-builder.el.gz
(defun reb-force-update ()
  "Force an update in the RE Builder target window without a match limit."
  (interactive)
  (let ((reb-auto-match-limit nil))
    (reb-update-overlays
     (if reb-subexp-mode reb-subexp-displayed nil))))