Variable: recentf-auto-cleanup-timer
recentf-auto-cleanup-timer is a variable defined in recentf.el.gz.
Value
nil
Documentation
Timer used to automatically cleanup the recent list.
See also the option recentf-auto-cleanup(var)/recentf-auto-cleanup(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defvar recentf-auto-cleanup-timer nil
"Timer used to automatically cleanup the recent list.
See also the option `recentf-auto-cleanup'.")