From: Steven Allen Date: Fri, 13 Jan 2017 17:51:02 +0000 (-0800) Subject: docs: fix notmuch_message_properties_value documentation X-Git-Tag: 0.24_rc0~46 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=4a2ce7b5706b53cdd30c474d556f18d731c21bb5;ds=sidebyside docs: fix notmuch_message_properties_value documentation It returns the value, not the key. --- diff --git a/lib/notmuch.h b/lib/notmuch.h index 59cd0f56..16da8be9 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -1811,7 +1811,7 @@ const char * notmuch_message_properties_key (notmuch_message_properties_t *properties); /** - * Return the key from the current (key,value) pair. + * Return the value from the current (key,value) pair. * * This could be useful if iterating for a prefix. *