Variable: Info-split-threshold
Info-split-threshold is a customizable variable defined in
informat.el.gz.
Value
262144
Documentation
The number of characters by which Info-split splits an info file.
This variable was added, or its default value changed, in Emacs 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/informat.el.gz
;;;###autoload
(defcustom Info-split-threshold 262144
"The number of characters by which `Info-split' splits an info file."
:type 'natnum
:version "23.1"
:group 'texinfo)