beautiful: fix luadoc module name

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-08-08 19:07:42 +02:00
parent a89cf77002
commit 2f04baed34
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ local capi = { awesome = awesome }
local module_name = "beautiful"
--- beautiful: theme library
module(module_name)
module("beautiful")
-- Local data
local theme = {}