]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve doc strings in doc-view.el
authorEli Zaretskii <eliz@gnu.org>
Wed, 28 Sep 2022 16:00:57 +0000 (19:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 28 Sep 2022 16:00:57 +0000 (19:00 +0300)
* lisp/doc-view.el (doc-view-imenu-title-format)
(doc-view-imenu-flatten): Doc fixes.  (Bug#58131)

lisp/doc-view.el

index 9e3bb6e46c6679a0fe7d4c333a3f5719747cf4a6..80c4fd21debda5c144691ca5f023b753f60a5d77 100644 (file)
@@ -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")