From 212cb847827c4dc65dce05f360ce2e893b40e8de Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 11 Jun 2017 01:23:36 -0400 Subject: [PATCH] doc: Fix a taglist copy/paste oversaw Fix #1795 --- lib/awful/widget/taglist.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/awful/widget/taglist.lua b/lib/awful/widget/taglist.lua index 9b1ab01b0..623a755fb 100644 --- a/lib/awful/widget/taglist.lua +++ b/lib/awful/widget/taglist.lua @@ -384,12 +384,12 @@ end -- @tparam[opt=nil] string|pattern style.fg_empty -- @tparam[opt=nil] string|pattern style.bg_volatile -- @tparam[opt=nil] string|pattern style.fg_volatile --- @tparam[opt=nil] string style.taglist_squares_sel --- @tparam[opt=nil] string style.taglist_squares_unsel --- @tparam[opt=nil] string style.taglist_squares_sel_empty --- @tparam[opt=nil] string style.taglist_squares_unsel_empty --- @tparam[opt=nil] string style.taglist_squares_resize --- @tparam[opt=nil] string style.taglist_disable_icon +-- @tparam[opt=nil] string style.squares_sel +-- @tparam[opt=nil] string style.squares_unsel +-- @tparam[opt=nil] string style.squares_sel_empty +-- @tparam[opt=nil] string style.squares_unsel_empty +-- @tparam[opt=nil] string style.squares_resize +-- @tparam[opt=nil] string style.disable_icon -- @tparam[opt=nil] string style.font -- @tparam[opt=nil] number style.spacing The spacing between tags. -- @param[opt] update_function Function to create a tag widget on each