From 4717e89984378ebbf43def1ba929095154cdbf57 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Fri, 7 Mar 2014 10:44:48 +0100 Subject: [PATCH] Update fields for capi.awesome in C comment This should have been part of commit 2f39986, sorry! Signed-off-by: Uli Schlachter --- luaa.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/luaa.c b/luaa.c index b174996f..f4fa9602 100644 --- a/luaa.c +++ b/luaa.c @@ -426,9 +426,11 @@ luaA_isloop(lua_State *L, int idx) * \param L The Lua VM state. * \return The number of elements pushed on stack. * \luastack - * \lfield font The default font. - * \lfield font_height The default font height. * \lfield conffile The configuration file which has been loaded. + * \lfield version The version of awesome. + * \lfield release The release name of awesome. + * \lfield startup_errors Error message for errors that occured during startup. + * \lfield composite_manager_running True if a composite manager is running. */ static int luaA_awesome_index(lua_State *L) -- 2.11.4.GIT