From 7dda8af91a4fd4680928aecb17487f593bb0ac51 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Sat, 22 Oct 2011 02:21:12 +0000 Subject: [PATCH] Documentation fix for elm_exit(). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64285 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.7.4