Variable: autoload-def-prefixes-max-length

autoload-def-prefixes-max-length is a variable defined in autoload.el.gz.

Value

12

Documentation

Target size of definition prefixes.

Don't try to split prefixes that are already longer than that.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/autoload.el.gz
(defconst autoload-def-prefixes-max-length 12
  "Target size of definition prefixes.
Don't try to split prefixes that are already longer than that.")