layoutlist: Rename the constructor arg from `layout` to `base_layout`.

The documentation examples already called it that way.
This commit is contained in:
Emmanuel Lepage Vallee 2021-10-24 21:46:39 -07:00
parent 440d1560a3
commit c7208b4bb0
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ end
--- Create a layout list.
--
-- @tparam table args
-- @tparam widget args.layout The widget layout (not to be confused with client
-- @tparam widget args.base_layout The widget layout (not to be confused with client
-- layout).
-- @tparam table args.buttons A table with buttons binding to set.
-- @tparam[opt=awful.widget.layoutlist.source.for_screen] function args.source A