mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Fix documentation for notmuch--tag-hook functions
The second argument to notmuch-tag is now called tag-changes, but the documentation for notmuch-before-tag-hook and notmuch-after-tag-hook still used the old argument name `tags'. This resulted in broken hooks when following the documentation.
This commit is contained in:
parent
8cca886b10
commit
3b348ab1e1
1 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ changed (the normal case) are shown using formats from
|
|||
(defcustom notmuch-before-tag-hook nil
|
||||
"Hooks that are run before tags of a message are modified.
|
||||
|
||||
'tags' will contain the tags that are about to be added or removed as
|
||||
'tag-changes' will contain the tags that are about to be added or removed as
|
||||
a list of strings of the form \"+TAG\" or \"-TAG\".
|
||||
'query' will be a string containing the search query that determines
|
||||
the messages that are about to be tagged"
|
||||
|
@ -277,7 +277,7 @@ the messages that are about to be tagged"
|
|||
(defcustom notmuch-after-tag-hook nil
|
||||
"Hooks that are run after tags of a message are modified.
|
||||
|
||||
'tags' will contain the tags that were added or removed as
|
||||
'tag-changes' will contain the tags that were added or removed as
|
||||
a list of strings of the form \"+TAG\" or \"-TAG\".
|
||||
'query' will be a string containing the search query that determines
|
||||
the messages that were tagged"
|
||||
|
|
Loading…
Reference in a new issue