Variable: recentf-suppress-open-file-help

recentf-suppress-open-file-help is a customizable variable defined in recentf.el.gz.

Value

nil

Documentation

If non-nil, suppress help messages in recentf open file dialogs.

By default, opening the dialog interactively and tabbing between items shows help messages. (In any case, a tooltip displays the help text when the mouse pointer hovers over an item).

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-suppress-open-file-help nil
  "If non-nil, suppress help messages in recentf open file dialogs.
By default, opening the dialog interactively and tabbing between items
shows help messages.  (In any case, a tooltip displays the help text
when the mouse pointer hovers over an item)."
  :group 'recentf
  :type 'boolean
  :version "31.1")