Variable: Info-breadcrumbs-depth
Info-breadcrumbs-depth is a customizable variable defined in
info.el.gz.
Value
4
Documentation
Depth of breadcrumbs to display.
0 means do not display breadcrumbs.
This variable was added, or its default value changed, in Emacs 23.1.
Probably introduced at or before Emacs version 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defcustom Info-breadcrumbs-depth 4
"Depth of breadcrumbs to display.
0 means do not display breadcrumbs."
:version "23.1"
:type 'integer)