emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ab5b1cf88e: ; Improve doc strings in doc-view.el


From: Eli Zaretskii
Subject: master ab5b1cf88e: ; Improve doc strings in doc-view.el
Date: Wed, 28 Sep 2022 12:01:38 -0400 (EDT)

branch: master
commit ab5b1cf88ebe58544fb0aa7624816f944dd5e5cd
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Improve doc strings in doc-view.el
    
    * lisp/doc-view.el (doc-view-imenu-title-format)
    (doc-view-imenu-flatten): Doc fixes.  (Bug#58131)
---
 lisp/doc-view.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 9e3bb6e46c..80c4fd21de 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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]