From: Eli Zaretskii Date: Wed, 28 Sep 2022 16:00:57 +0000 (+0300) Subject: ; Improve doc strings in doc-view.el X-Git-Tag: emacs-29.0.90~1856^2~155 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab5b1cf88ebe58544fb0aa7624816f944dd5e5cd;p=emacs.git ; Improve doc strings in doc-view.el * lisp/doc-view.el (doc-view-imenu-title-format) (doc-view-imenu-flatten): Doc fixes. (Bug#58131) --- diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 9e3bb6e46c6..80c4fd21deb 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -220,7 +220,7 @@ are available (see Info node `(emacs)Document View')." :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 @@ -232,7 +232,7 @@ showing only titles and no page number." :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")