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:
koniu 2009-04-29 13:58:41 +01:00 committed by Julien Danjou
parent e43d2b76ef
commit 4400f1234d
1 changed files with 1 additions and 1 deletions

View File

@ -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