diff options
author | Joachim Fasting <joachim.fasting@gmail.com> | 2007-11-18 15:47:22 +0100 |
---|---|---|
committer | Joachim Fasting <joachim.fasting@gmail.com> | 2007-11-18 15:47:22 +0100 |
commit | fb82945bd42b122688f7bbd45ca49155b3f194de (patch) | |
tree | c209c03d2446b8059a75442a4c426f648ce026fd | |
parent | 86265c33dadf75f7cc56e887eb52d797f64bb638 (diff) | |
download | XMonadContrib-fb82945bd42b122688f7bbd45ca49155b3f194de.tar.gz XMonadContrib-fb82945bd42b122688f7bbd45ca49155b3f194de.tar.xz XMonadContrib-fb82945bd42b122688f7bbd45ca49155b3f194de.zip |
Prompt/XMonad.hs: minor typo in doc.
darcs-hash:20071118144722-928c4-c5c151763571d55d854746982b1fa57c54ebe5f1.gz
-rw-r--r-- | XMonad/Prompt/XMonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt/XMonad.hs b/XMonad/Prompt/XMonad.hs index 5effbe4..a5f002f 100644 --- a/XMonad/Prompt/XMonad.hs +++ b/XMonad/Prompt/XMonad.hs @@ -30,7 +30,7 @@ import XMonad.Actions.Commands (defaultCommands, runCommand') -- > import XMonad.Prompt -- > import XMonad.Prompt.XMonad -- --- in you keybindings add: +-- in your keybindings add: -- -- > , ((modMask .|. controlMask, xK_x), xmonadPrompt defaultXPConfig) -- |