aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/SimpleDate.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions/SimpleDate.hs')
-rw-r--r--XMonad/Actions/SimpleDate.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/SimpleDate.hs b/XMonad/Actions/SimpleDate.hs
index 3b976bb..87dc41e 100644
--- a/XMonad/Actions/SimpleDate.hs
+++ b/XMonad/Actions/SimpleDate.hs
@@ -29,7 +29,7 @@ import XMonad.Util.Run
--
-- and add a keybinding, for example:
--
--- > , ((modMask x, xK_d ), date)
+-- > , ((modm, xK_d ), date)
--
-- In this example, a popup date menu will now be bound to @mod-d@.
--