Variable: recentf-arrange-by-rules-min-items

recentf-arrange-by-rules-min-items is a customizable variable defined in recentf.el.gz.

Value

0

Documentation

Minimum number of items in a recentf-arrange-by-rule sub-menu.

If the number of items in a sub-menu is less than this value the corresponding sub-menu items are displayed in the main recent files menu or in the recentf-arrange-by-rule-others sub-menu if defined.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-arrange-by-rules-min-items 0
  "Minimum number of items in a `recentf-arrange-by-rule' sub-menu.
If the number of items in a sub-menu is less than this value the
corresponding sub-menu items are displayed in the main recent files
menu or in the `recentf-arrange-by-rule-others' sub-menu if
defined."
  :group 'recentf-filters
  :type 'number)