Variable: speedbar-tag-split-minimum-length

speedbar-tag-split-minimum-length is a customizable variable defined in speedbar.el.gz.

Value

20

Documentation

Minimum length before we stop trying to create sub-lists in tags.

This is used by all tag-hierarchy methods that break large lists into sub-lists.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-tag-split-minimum-length 20
  "Minimum length before we stop trying to create sub-lists in tags.
This is used by all tag-hierarchy methods that break large lists into
sub-lists."
  :group 'speedbar
  :type 'integer)