--- a/libpurple/plugins.h Fri Aug 09 00:19:21 2013 +0530 +++ b/libpurple/plugins.h Fri Aug 09 00:33:19 2013 +0530 @@ -308,8 +308,9 @@ /** * Returns whether a plugin is an internal plugin. Internal plugins provide - * required additional functionality to the libpurple core. Examples of such - * plugins are in-tree protocol plugins, loaders etc. + * required additional functionality to the libpurple core. These plugins must + * not be shown in plugin lists. Examples of such plugins are in-tree protocol + * plugins, loaders etc. * * @param plugin The plugin. *