aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Commands.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2007-11-24 03:26:35 +0100
committerBrent Yorgey <byorgey@gmail.com>2007-11-24 03:26:35 +0100
commiteb322f0b8993fea56dd05124155ff1773fe5103b (patch)
tree1d9b2c81dba90e464a3ed3fdf9cc79afda1bc14f /XMonad/Actions/Commands.hs
parent17f297a62ce0ce391fc7ca883bec4c4bb7a676de (diff)
downloadXMonadContrib-eb322f0b8993fea56dd05124155ff1773fe5103b.tar.gz
XMonadContrib-eb322f0b8993fea56dd05124155ff1773fe5103b.tar.xz
XMonadContrib-eb322f0b8993fea56dd05124155ff1773fe5103b.zip
Haddock docs: modMask --> modMask x
darcs-hash:20071124022635-bd4d7-16491e97f6ddf5d1a467379296696d6b26bd2721.gz
Diffstat (limited to 'XMonad/Actions/Commands.hs')
-rw-r--r--XMonad/Actions/Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/Commands.hs b/XMonad/Actions/Commands.hs
index 807a19c..7daccfe 100644
--- a/XMonad/Actions/Commands.hs
+++ b/XMonad/Actions/Commands.hs
@@ -44,7 +44,7 @@ import Data.Maybe
--
-- Then add a keybinding to the runCommand action:
--
--- > , ((modMask .|. controlMask, xK_y), runCommand commands)
+-- > , ((modMask x .|. controlMask, xK_y), runCommand commands)
--
-- and define the list of commands you want to use:
--