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 c1f87a4..3b976bb 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, xK_d ), date)
+-- > , ((modMask x, xK_d ), date)
--
-- In this example, a popup date menu will now be bound to @mod-d@.
--