doc: Fix a copy+paste mistake

The current `awful.widget.layoutlist` is a fork of the so far uncommitted `naughty.widget.actionlist`. It was created because some of the support code for the new `naughty` implementation needed "easier to merge" usage examples. The `layoutlist` was chosen because it was both a low hanging fruit and genuinely useful.
This commit is contained in:
Emmanuel Lepage Vallée 2019-01-27 22:01:10 -05:00 committed by GitHub
parent febbbb69a5
commit 8b5d79792b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ end
-- @tparam string|pattern args.style.shape_border_width_selected
-- @tparam string|pattern args.style.shape_border_color_selected
-- @treturn widget The action widget.
-- @function naughty.widget.layoutlist
-- @function awful.widget.layoutlist
local is_connected, instances = false, setmetatable({}, {__mode = "v"})