From 4153b4aa9d000ba49bbbdfdf20edf029215dd07f Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Sat, 22 Oct 2011 02:21:12 +0000 Subject: [PATCH] Documentation fix for elm_exit(). SVN revision: 64285 --- legacy/elementary/src/lib/Elementary.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 891ffd0168..c51e8221bb 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -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 */