Stray def in additionalNav2DKeysP documentation

This commit is contained in:
brandon s allbery kf8nh 2022-06-24 19:47:14 -04:00 committed by GitHub
parent 4287bab252
commit 6e1a1fe0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,7 +433,7 @@ additionalNav2DKeys (u, l, d, r) modifiers wrap =
-- mapping from key prefix to action, and a bool to indicate if wrapping should -- mapping from key prefix to action, and a bool to indicate if wrapping should
-- occur, and returns a function from XConfig to XConfig. Example: -- occur, and returns a function from XConfig to XConfig. Example:
-- --
-- > additionalNav2DKeysP def ("w", "a", "s", "d") [("M-", windowGo), ("M-S-", windowSwap)] False myConfig -- > additionalNav2DKeysP ("w", "a", "s", "d") [("M-", windowGo), ("M-S-", windowSwap)] False myConfig
additionalNav2DKeysP :: (String, String, String, String) -> [(String, Direction2D -> Bool -> X ())] -> additionalNav2DKeysP :: (String, String, String, String) -> [(String, Direction2D -> Bool -> X ())] ->
Bool -> XConfig l -> XConfig l Bool -> XConfig l -> XConfig l
additionalNav2DKeysP (u, l, d, r) modifiers wrap = additionalNav2DKeysP (u, l, d, r) modifiers wrap =