mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
beautiful: fix luadoc module name
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a89cf77002
commit
2f04baed34
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ local capi = { awesome = awesome }
|
|||
local module_name = "beautiful"
|
||||
|
||||
--- beautiful: theme library
|
||||
module(module_name)
|
||||
module("beautiful")
|
||||
|
||||
-- Local data
|
||||
local theme = {}
|
||||
|
|
Loading…
Reference in a new issue