aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorValery V. Vorotyntsev <valery.vv@gmail.com>2007-11-16 12:25:31 +0100
committerValery V. Vorotyntsev <valery.vv@gmail.com>2007-11-16 12:25:31 +0100
commitecd2848760eb82d14a215268d2c93923b12c77da (patch)
tree035071b672413ed2fc2212b1b5e1b83ed8fbd3d9 /XMonad
parent9bf253c5093e6edb013da8cfee44f80a2263fe1d (diff)
downloadXMonadContrib-ecd2848760eb82d14a215268d2c93923b12c77da.tar.gz
XMonadContrib-ecd2848760eb82d14a215268d2c93923b12c77da.tar.xz
XMonadContrib-ecd2848760eb82d14a215268d2c93923b12c77da.zip
CustomKeys.hs: typo
darcs-hash:20071116112531-ae588-d4465bbf3aeede7e6c5193f9beaa373897e2d493.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Util/CustomKeys.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/CustomKeys.hs b/XMonad/Util/CustomKeys.hs
index cab66d8..389a8d6 100644
--- a/XMonad/Util/CustomKeys.hs
+++ b/XMonad/Util/CustomKeys.hs
@@ -37,7 +37,7 @@ import qualified Data.Map as M
-- > delkeys :: XConfig l -> [(KeyMask, KeySym)]
-- > delkeys XConfig {modMask = modm} =
-- > -- we're preferring Futurama to Xinerama here
--- > [ (modm .|. m, k) | (m, k) <- zip [0, shiftMas] [xK_w, xK_e, xK_r] ]
+-- > [ (modm .|. m, k) | (m, k) <- zip [0, shiftMask] [xK_w, xK_e, xK_r] ]
-- >
-- > inskeys :: XConfig l -> [((KeyMask, KeySym), X ())]
-- > inskeys conf@(XConfig {modMask = modm}) =