Merge pull request #1835 from Elv13/fix_1795
doc: Fix a taglist copy/paste oversaw
This commit is contained in:
commit
410e1a9969
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue