aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WithAll.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/WithAll.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/WithAll.hs b/XMonad/Actions/WithAll.hs
index f882644..ffd046a 100644
--- a/XMonad/Actions/WithAll.hs
+++ b/XMonad/Actions/WithAll.hs
@@ -30,7 +30,7 @@ import XMonad.StackSet
--
-- then add a keybinding; for example:
--
--- , ((modMask x .|. shiftMask, xK_t), sinkAll)
+-- , ((modm .|. shiftMask, xK_t), sinkAll)
--
-- For detailed instructions on editing your key bindings, see
-- "XMonad.Doc.Extending#Editing_key_bindings".