Variable: recentf-menu-open-all-flag
recentf-menu-open-all-flag is a customizable variable defined in
recentf.el.gz.
Value
nil
Documentation
Non-nil means to show an "All..." item in the menu.
This item will replace the "More..." item.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-menu-open-all-flag nil
"Non-nil means to show an \"All...\" item in the menu.
This item will replace the \"More...\" item."
:group 'recentf
:type 'boolean)