Variable: speedbar-tag-regroup-maximum-length
speedbar-tag-regroup-maximum-length is a customizable variable defined
in speedbar.el.gz.
Value
10
Documentation
Maximum length of submenus that are regrouped.
If the regrouping option is used, then if two or more short subgroups are next to each other, then they are combined until this number of items is reached.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-tag-regroup-maximum-length 10
"Maximum length of submenus that are regrouped.
If the regrouping option is used, then if two or more short subgroups
are next to each other, then they are combined until this number of
items is reached."
:group 'speedbar
:type 'integer)