Function: recentf-arrange-by-mode
recentf-arrange-by-mode is a byte-compiled function defined in
recentf.el.gz.
Signature
(recentf-arrange-by-mode L)
Documentation
Split the list of menu-elements L into sub-menus by major mode.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defun recentf-arrange-by-mode (l)
"Split the list of menu-elements L into sub-menus by major mode."
(let ((recentf-arrange-rules (recentf-build-mode-rules))
(recentf-arrange-by-rule-others "others (%d)"))
(recentf-arrange-by-rule l)))