From 8b5d79792b1cc39249d554277f8604e59bc92de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Lepage=20Vall=C3=A9e?= Date: Sun, 27 Jan 2019 22:01:10 -0500 Subject: [PATCH] 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. --- lib/awful/widget/layoutlist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/widget/layoutlist.lua b/lib/awful/widget/layoutlist.lua index 118cb163..bb43c779 100644 --- a/lib/awful/widget/layoutlist.lua +++ b/lib/awful/widget/layoutlist.lua @@ -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"})