* lisp/doc-view.el (doc-view-imenu-title-format)
(doc-view-imenu-flatten): Doc fixes. (Bug#58131)
:version "29.1")
(defcustom doc-view-imenu-title-format "%t (%p)"
- "Format string for document section titles in imenu.
+ "Format spec for imenu's display of section titles from docview documents.
The special markers '%t' and '%p' are replaced by the section
title and page number in this format string, which uses
:version "29.1")
(defcustom doc-view-imenu-flatten nil
- "Whether to generate a flat list of sections instead of a nested tree."
+ "Whether to flatten the list of sections in an imenu or show it nested."
:type 'boolean
:version "29.1")