awful.tag: fix typo
Adds a missing dash in comments to show history.restore in apidoc. Signed-off-by: koniu <gkusnierz@gmail.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e43d2b76ef
commit
4400f1234d
|
@ -68,7 +68,7 @@ function history.update(screen)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Revert tag history.
|
--- Revert tag history.
|
||||||
-- @param screen The screen number.
|
-- @param screen The screen number.
|
||||||
function history.restore(screen)
|
function history.restore(screen)
|
||||||
local s = screen or capi.mouse.screen
|
local s = screen or capi.mouse.screen
|
||||||
|
|
Loading…
Reference in New Issue