Variable: -fixfn-max-iterations

-fixfn-max-iterations is a variable defined in dash.el.

Value

1000

Documentation

The default maximum number of iterations performed by -fixfn
  unless otherwise specified.

Source Code

;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defvar -fixfn-max-iterations 1000
  "The default maximum number of iterations performed by `-fixfn'
  unless otherwise specified.")