Variable: doc-view-imenu-flatten

doc-view-imenu-flatten is a customizable variable defined in doc-view.el.gz.

Value

nil

Documentation

Whether to flatten the list of sections in an imenu or show it nested.

This variable was added, or its default value changed, in Emacs 29.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-imenu-flatten nil
  "Whether to flatten the list of sections in an imenu or show it nested."
  :type 'boolean
  :version "29.1")