Variable: recentf-menu-action

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

Value

find-file

Documentation

Function to invoke with a filename item of the recentf menu.

The default is to call find-file to edit the selected file.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-menu-action #'find-file
  "Function to invoke with a filename item of the recentf menu.
The default is to call `find-file' to edit the selected file."
  :group 'recentf
  :type 'function)