Merge pull request #1835 from Elv13/fix_1795

doc: Fix a taglist copy/paste oversaw
This commit is contained in:
Emmanuel Lepage Vallée 2017-06-11 17:20:22 -04:00 committed by GitHub
commit 410e1a9969
1 changed files with 6 additions and 6 deletions

View File

@ -384,12 +384,12 @@ end
-- @tparam[opt=nil] string|pattern style.fg_empty -- @tparam[opt=nil] string|pattern style.fg_empty
-- @tparam[opt=nil] string|pattern style.bg_volatile -- @tparam[opt=nil] string|pattern style.bg_volatile
-- @tparam[opt=nil] string|pattern style.fg_volatile -- @tparam[opt=nil] string|pattern style.fg_volatile
-- @tparam[opt=nil] string style.taglist_squares_sel -- @tparam[opt=nil] string style.squares_sel
-- @tparam[opt=nil] string style.taglist_squares_unsel -- @tparam[opt=nil] string style.squares_unsel
-- @tparam[opt=nil] string style.taglist_squares_sel_empty -- @tparam[opt=nil] string style.squares_sel_empty
-- @tparam[opt=nil] string style.taglist_squares_unsel_empty -- @tparam[opt=nil] string style.squares_unsel_empty
-- @tparam[opt=nil] string style.taglist_squares_resize -- @tparam[opt=nil] string style.squares_resize
-- @tparam[opt=nil] string style.taglist_disable_icon -- @tparam[opt=nil] string style.disable_icon
-- @tparam[opt=nil] string style.font -- @tparam[opt=nil] string style.font
-- @tparam[opt=nil] number style.spacing The spacing between tags. -- @tparam[opt=nil] number style.spacing The spacing between tags.
-- @param[opt] update_function Function to create a tag widget on each -- @param[opt] update_function Function to create a tag widget on each