diff options
| author | Jani Nikula <jani@nikula.org> | 2016-11-05 22:18:15 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-11-17 08:39:04 -0400 |
| commit | b3eec6f948192e5187d9d50419961e02d9d4996b (patch) | |
| tree | 30b8a7094885dad9dd97bb1dc5207b58639e4ab5 | |
| parent | c22d5d6770f579cbdb4565440910616e86804fe9 (diff) | |
doc: fix references in notmuch-emacs.rst
Fix make sphinx-texinfo warnings:
WARNING: undefined label: notmuch-jump (if the link has no caption the
label must precede a section header)
WARNING: undefined label: notmuch-saved-searches (if the link has no
caption the label must precede a section header)
| -rw-r--r-- | doc/notmuch-emacs.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index d68542d3..5e25996f 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -189,10 +189,12 @@ following key bindings: ``j`` Jump to saved searches using :ref:`notmuch-jump`. +.. _notmuch-jump: + notmuch-jump ------------ -Saved searches configured through :ref:`notmuch-saved-searches` can +Saved searches configured through :ref:`saved-searches` can include a "shortcut key" that's accessible through notmuch-jump. Pressing ``j`` anywhere in notmuch followed by the configured shortcut key of a saved search will immediately jump to that saved search. For |
