Variable: recentf-menu-path

recentf-menu-path is a customizable variable defined in recentf.el.gz.

Value

("File")

Documentation

Path where to add the recentf menu.

If nil add it at top level (see also easy-menu-add-item).

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-menu-path '("File")
  "Path where to add the recentf menu.
If nil add it at top level (see also `easy-menu-add-item')."
  :group 'recentf
  :type '(choice (const :tag "Top Level" nil)
                 (sexp :tag "Menu Path"))
  :set 'recentf-menu-customization-changed)