Variable: filesets-max-submenu-length
filesets-max-submenu-length is a customizable variable defined in
filesets.el.gz.
Value
25
Documentation
Maximum length of submenus.
Set this value to 0 to turn menu splitting off. BTW, parts of submenus will not be rewrapped if their length exceeds this value.
Source Code
;; Defined in /usr/src/emacs/lisp/filesets.el.gz
(defcustom filesets-max-submenu-length 25
"Maximum length of submenus.
Set this value to 0 to turn menu splitting off. BTW, parts of submenus
will not be rewrapped if their length exceeds this value."
:set #'filesets-set-default
:type 'natnum)