From: sanjeev Date: Sat, 22 Oct 2011 02:21:12 +0000 (+0000) Subject: Documentation fix for elm_exit(). X-Git-Tag: REL_F_I9500_20120323_1~17^2~1529 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dda8af91a4fd4680928aecb17487f593bb0ac51;p=framework%2Fuifw%2Felementary.git Documentation fix for elm_exit(). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64285 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 891ffd0..c51e822 100644 --- a/src/lib/Elementary.h.in +++ b/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 */