diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2016-10-15 12:09:31 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-10-15 21:49:48 -0300 |
| commit | 190a30b2638cd3845f5d6b5e8cc06e6b4b5dba0f (patch) | |
| tree | a82b5f7cdf8945f21e18e8146faf4edf8cc64ce6 | |
| parent | 169e29d43192a9336869c4e6431203da7c85ef2d (diff) | |
emacs: tag-jump: docstring fix
In commit 297d091e1ca8f5b1e144d2be0a8e0a7c271634a8 the key for
switching to the reverse keymap was changed from r to k but the
docstring for the defcustom was not updated. This changeset updates
the documentation to match.
| -rw-r--r-- | emacs/notmuch-tag.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index c03027f7..1b2ce5c2 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -57,10 +57,13 @@ tagging operations to apply, or a variable which contains a list of tagging operations such as `notmuch-archive-tags'. The final element is a name for this tagging operation. If the name is omitted or empty then the list of tag changes, or the variable -name is used as the name. The key `r` should not be used as that -is already bound: it switches the menu to a menu of the reverse -tagging operations. The reverse of a tagging operation is the -same list of individual tag-ops but with `+tag` replaced by +name is used as the name. + +The key `notmuch-tag-jump-reverse-key' (k by default) should not +be used (either as a key, or as the start of a key sequence) as +it is already bound: it switches the menu to a menu of the +reverse tagging operations. The reverse of a tagging operation is +the same list of individual tag-ops but with `+tag` replaced by `-tag` and vice versa. If setting this variable outside of customize then it should be a |
