Variable: recentf-menu-before

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

Value

"Open File..."

Documentation

Name of the menu before which the recentf menu will be added.

If nil add it at end of menu (see also easy-menu-add-item).

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-menu-before "Open File..."
  "Name of the menu before which the recentf menu will be added.
If nil add it at end of menu (see also `easy-menu-add-item')."
  :group 'recentf
  :type '(choice (string :tag "Name")
                 (const :tag "Last" nil))
  :set 'recentf-menu-customization-changed)