diff options
author | Devin Mullins <me@twifkak.com> | 2007-11-14 13:04:42 +0100 |
---|---|---|
committer | Devin Mullins <me@twifkak.com> | 2007-11-14 13:04:42 +0100 |
commit | b8c7d4b7c456038f45d410530596b82a121c9cec (patch) | |
tree | a4c18560130787aaad976722ff793c4f3bbb5356 /XMonad/Config | |
parent | 1913f1f205ee631bd2c77dc90609e2b24e103bc6 (diff) | |
download | XMonadContrib-b8c7d4b7c456038f45d410530596b82a121c9cec.tar.gz XMonadContrib-b8c7d4b7c456038f45d410530596b82a121c9cec.tar.xz XMonadContrib-b8c7d4b7c456038f45d410530596b82a121c9cec.zip |
fix EZConfig documentation
darcs-hash:20071114120442-78224-5c569e0a5f76a8527223d8ced1d18670077ef73e.gz
Diffstat (limited to 'XMonad/Config')
-rw-r--r-- | XMonad/Config/CustomKeys.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Config/CustomKeys.hs b/XMonad/Config/CustomKeys.hs index e86ce09..a35ec97 100644 --- a/XMonad/Config/CustomKeys.hs +++ b/XMonad/Config/CustomKeys.hs @@ -8,7 +8,7 @@ -- -- Customized key bindings. -- --- (See also "XMonad.Util.EZConfig" in XMonadContrib.) +-- (See also "XMonad.Util.EZConfig" in xmonad-contrib.) -------------------------------------------------------------------- module XMonad.Config.CustomKeys ( |