summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-09-28 19:00:57 +0300
committerEli Zaretskii <eliz@gnu.org>2022-09-28 19:00:57 +0300
commitab5b1cf88ebe58544fb0aa7624816f944dd5e5cd (patch)
tree006bd835e289174cb6ed2e955d0ac33d206326b2
parent7280f3f0739ac02f19adc7d1bb8945f3c42c5f91 (diff)
downloademacs-ab5b1cf88ebe58544fb0aa7624816f944dd5e5cd.tar.gz
; Improve doc strings in doc-view.el
* lisp/doc-view.el (doc-view-imenu-title-format) (doc-view-imenu-flatten): Doc fixes. (Bug#58131)
-rw-r--r--lisp/doc-view.el4
1 files changed, 2 insertions, 2 deletions
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")