Variable: recentf-menu-append-commands-flag
recentf-menu-append-commands-flag is a customizable variable defined
in recentf.el.gz.
Value
t
Documentation
Non-nil means to append command items to the menu.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-menu-append-commands-flag t
"Non-nil means to append command items to the menu."
:group 'recentf
:type 'boolean)