mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: notmuch_result_move_to_next -> notmuch_tags_move_to_next
Fix typo in docs.
This commit is contained in:
parent
9b98c5f8e9
commit
91aede05a3
1 changed files with 2 additions and 2 deletions
|
@ -1000,7 +1000,7 @@ notmuch_thread_get_newest_date (notmuch_thread_t *thread);
|
|||
*
|
||||
* for (tags = notmuch_thread_get_tags (thread);
|
||||
* notmuch_tags_valid (tags);
|
||||
* notmuch_result_move_to_next (tags))
|
||||
* notmuch_tags_move_to_next (tags))
|
||||
* {
|
||||
* tag = notmuch_tags_get (tags);
|
||||
* ....
|
||||
|
@ -1242,7 +1242,7 @@ notmuch_message_get_header (notmuch_message_t *message, const char *header);
|
|||
*
|
||||
* for (tags = notmuch_message_get_tags (message);
|
||||
* notmuch_tags_valid (tags);
|
||||
* notmuch_result_move_to_next (tags))
|
||||
* notmuch_tags_move_to_next (tags))
|
||||
* {
|
||||
* tag = notmuch_tags_get (tags);
|
||||
* ....
|
||||
|
|
Loading…
Reference in a new issue