aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Input.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt/Input.hs')
-rw-r--r--XMonad/Prompt/Input.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt/Input.hs b/XMonad/Prompt/Input.hs
index e2d76a8..124fe92 100644
--- a/XMonad/Prompt/Input.hs
+++ b/XMonad/Prompt/Input.hs
@@ -59,7 +59,7 @@ import XMonad.Prompt
-- Now all he has to do is add a keybinding to @firingPrompt@ (or
-- @firingPrompt'@), such as
--
--- > , ((modMask x .|. controlMask, xK_f), firingPrompt)
+-- > , ((modm .|. controlMask, xK_f), firingPrompt)
--
-- Now when Mr. Big hits mod-ctrl-f, a prompt will pop up saying
-- \"Fire: \", waiting for him to type the name of someone to fire.