Documentation fix for elm_exit().

SVN revision: 64285
This commit is contained in:
Sanjeev BA 2011-10-22 02:21:12 +00:00
parent a593a93550
commit 4153b4aa9d
1 changed files with 2 additions and 2 deletions

View File

@ -686,8 +686,8 @@ extern "C" {
* @see elm_init() for an example. There, just after a request to
* close the window comes, the main loop will be left.
*
* @note By using the #ELM_POLICY_QUIT on your Elementary
* applications, you'll this function called automatically for you.
* @note By using the appropriate #ELM_POLICY_QUIT on your Elementary
* applications, you'll be able to get this function called automatically for you.
*
* @ingroup General
*/