]> git.notmuchmail.org Git - notmuch/commitdiff
doc/emacs: add docstring for notmuch-unthreaded-result-format.
authorDavid Bremner <david@tethera.net>
Sat, 16 Jul 2022 21:22:28 +0000 (17:22 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 30 Jul 2022 11:53:35 +0000 (08:53 -0300)
The main change is actually updating cross references.

doc/notmuch-emacs.rst

index 44dca384ec1de374c8f8a0565991eeede0611c7b..e69bd23da5cf69b343ff69ad4506fc408ab5e0a2 100644 (file)
@@ -253,7 +253,8 @@ variables.
                                            ("subject" . "%s ")
                                            ("tags" . "(%s)")))
 
-   See also :emacsvar:`notmuch-tree-result-format`.
+   See also :emacsvar:`notmuch-tree-result-format` and
+   :emacsvar:`notmuch-unthreaded-result-format`.
 
 .. emacsvar:: notmuch-search-oldest-first
 
@@ -508,7 +509,9 @@ can be controlled by the variable ``notmuch-search-oldest-first``.
                . " %-54s ")
               ("tags" . "(%s)")))
 
-   See also :emacsvar:`notmuch-search-result-format`.
+   See also :emacsvar:`notmuch-search-result-format` and
+   :emacsvar:`notmuch-unthreaded-result-format`.
+
 
 .. _notmuch-unthreaded:
 
@@ -521,6 +524,13 @@ is presented.
 
 Keybindings are the same as :any:`notmuch-tree`.
 
+.. emacsvar:: notmuch-unthreaded-result-format
+
+   |docstring::notmuch-unthreaded-result-format|
+
+   See also :emacsvar:`notmuch-search-result-format` and
+   :emacsvar:`notmuch-tree-result-format`.
+
 Global key bindings
 ===================