diff -r 581adbabe319 -r 7004e53e3495 libpurple/protocols.h --- a/libpurple/protocols.h Mon Feb 17 21:57:26 2014 +0530 +++ b/libpurple/protocols.h Tue Feb 18 12:00:02 2014 +0530 @@ -489,10 +489,9 @@ * purple_protocol_send_attention: * @gc: The connection to send the message on. * @who: Whose attention to request. - * @type_code: An index into the protocol's attention_types list - * determining the type of the attention request command to - * send. 0 if protocol only defines one (for example, Yahoo and - * MSN), but some protocols define more (MySpaceIM). + * @type_code: An index into the protocol's attention_types list determining the type + * of the attention request command to send. 0 if protocol only defines one + * (for example, Yahoo and MSN), but protocols are allowed to define more. * * Send an attention request message. *