Variable: msb-most-recently-used-title
msb-most-recently-used-title is a customizable variable defined in
msb.el.gz.
Value
"Most recently used (%d)"
Documentation
The title for the most-recently-used menu.
Source Code
;; Defined in /usr/src/emacs/lisp/msb.el.gz
(defcustom msb-most-recently-used-title "Most recently used (%d)"
"The title for the most-recently-used menu."
:type 'string
:set #'msb-custom-set)