emacs: tag-jump: docstring fix

In commit 297d091e1c 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.
This commit is contained in:
Mark Walters 2016-10-15 12:09:31 +01:00 committed by David Bremner
parent 169e29d431
commit 190a30b263

View file

@ -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 of tagging operations such as `notmuch-archive-tags'. The final
element is a name for this tagging operation. If the name is element is a name for this tagging operation. If the name is
omitted or empty then the list of tag changes, or the variable 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 name is used as the name.
is already bound: it switches the menu to a menu of the reverse
tagging operations. The reverse of a tagging operation is the The key `notmuch-tag-jump-reverse-key' (k by default) should not
same list of individual tag-ops but with `+tag` replaced by 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. `-tag` and vice versa.
If setting this variable outside of customize then it should be a If setting this variable outside of customize then it should be a