hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e437b7deca60be7784a610804e752980bd975289
commit e437b7deca60be7784a610804e752980bd975289 Author: ChunEon Park <her...@hermet.pe.kr> Date: Wed Dec 10 15:39:12 2014 +0900 config: improve doc. --- src/lib/elm_config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h index c58f08b..0f43c5c 100644 --- a/src/lib/elm_config.h +++ b/src/lib/elm_config.h @@ -903,8 +903,10 @@ EAPI const char *elm_config_accel_preference_get(void); * * Note that it will take effect only to Elementary windows created after * this is called. The @p pref string is a freeform C string that indicates - * what kind of acceleration is preferred. This may or may not be honored, - * but a best attempt will be made. Known strings are as follows: + * what kind of acceleration is preferred. Here "acceleration" majorly + * means to rendering and which hardware unit application renders guis with. + * This may or may not be honored, but a best attempt will + * be made. Known strings are as follows: * * "gl", "opengl" - try use opengl. * "3d" - try and use a 3d acceleration unit. --