mirror of https://github.com/Hilbis/Hilbish
docs: change the description for the hilbish module
parent
bcfbb20685
commit
b920f7d7b1
|
@ -46,7 +46,7 @@ func hilbishLoader(L *lua.LState) int {
|
||||||
L.SetField(mod, "xdg", xdg)
|
L.SetField(mod, "xdg", xdg)
|
||||||
|
|
||||||
util.Document(L, xdg, "Variables for the XDG base directory spec.")
|
util.Document(L, xdg, "Variables for the XDG base directory spec.")
|
||||||
util.Document(L, mod, "A miscellaneous sort of \"core\" API for things that relate to the shell itself and others.")
|
util.Document(L, mod, "Hilbish's core API, containing submodules and functions which relate to the shell itself.")
|
||||||
L.Push(mod)
|
L.Push(mod)
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in New Issue