Variable: down-list-function
down-list-function is a variable defined in lisp.el.gz.
Value
nil
Documentation
If non-nil, down-list delegates to this function.
Should take the same arguments and behave similarly to down-list.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/lisp.el.gz
(defvar down-list-function nil
"If non-nil, `down-list' delegates to this function.
Should take the same arguments and behave similarly to `down-list'.")