Variable: recentf-max-saved-items
recentf-max-saved-items is a customizable variable defined in
recentf.el.gz.
Value
20
Documentation
Maximum number of items of the recent list that will be saved.
A nil value means to save the whole list.
See the command recentf-save-list.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-max-saved-items 20
"Maximum number of items of the recent list that will be saved.
A nil value means to save the whole list.
See the command `recentf-save-list'."
:group 'recentf
:type '(choice (integer :tag "Entries" :value 1)
(const :tag "No Limit" nil)))