aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Henriques <henrix@camandro.org>2021-05-19 12:08:18 +0100
committerDavid Bremner <david@tethera.net>2021-05-19 08:53:53 -0300
commit0ab28068c13be50f260b7c87e04cbdc62600c6f7 (patch)
tree738373466c65e18666a87cd8092c378451044622
parent59c953656dbd2e65265a2c850f2375afc9d69589 (diff)
doc: fix variable name in documentation
Variable 'notmuch-saved-searches-sort-function' does not exist; 'notmuch-saved-search-sort-function' is the correct name. Signed-off-by: Luis Henriques <henrix@camandro.org>
-rw-r--r--doc/notmuch-emacs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst
index de47b726..d9b497a3 100644
--- a/doc/notmuch-emacs.rst
+++ b/doc/notmuch-emacs.rst
@@ -100,7 +100,7 @@ unread mail, but there are several options for customization:
The list of saved searches, including names, queries, and
additional per-query options.
-:index:`notmuch-saved-searches-sort-function`
+:index:`notmuch-saved-search-sort-function`
This variable controls how saved searches should be sorted. A value
of ``nil`` displays the saved searches in the order they are stored
in ‘notmuch-saved-searches’.