Variable: recentf-arrange-by-rule-others

recentf-arrange-by-rule-others is a customizable variable defined in recentf.el.gz.

Value

"Other files (%d)"

Documentation

Title of the recentf-arrange-by-rule sub-menu.

This is for the menu where items that don't match any recentf-arrange-rules are displayed. If nil these items are displayed in the main recent files menu. A %d format pattern in the title is replaced by the number of items in the sub-menu.

Source Code

;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defcustom recentf-arrange-by-rule-others "Other files (%d)"
  "Title of the `recentf-arrange-by-rule' sub-menu.
This is for the menu where items that don't match any
`recentf-arrange-rules' are displayed.  If nil these items are
displayed in the main recent files menu.  A `%d' `format' pattern in
the title is replaced by the number of items in the sub-menu."
  :group 'recentf-filters
  :type '(choice (const  :tag "Main menu" nil)
                 (string :tag "Title")))