diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2013-07-23 17:56:58 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2013-07-23 17:56:58 +0200 |
commit | cdfc68322a35f686bdcd035e0313536ee81255cc (patch) | |
tree | 381ea9868790b21d46de21c3d6b4e4a064450eb5 | |
parent | 40a334a261548893b6758f091f5d07d760b4f89e (diff) | |
download | XMonadContrib-cdfc68322a35f686bdcd035e0313536ee81255cc.tar.gz XMonadContrib-cdfc68322a35f686bdcd035e0313536ee81255cc.tar.xz XMonadContrib-cdfc68322a35f686bdcd035e0313536ee81255cc.zip |
Haddock formatting in H.Minimize
Ignore-this: 5db3186a51dec58f78954466ded339cb
darcs-hash:20130723155658-1499c-42c1db39506d74165c7d16c82efed70773689c19.gz
-rw-r--r-- | XMonad/Hooks/Minimize.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/Minimize.hs b/XMonad/Hooks/Minimize.hs index 5e2ab03..745a80d 100644 --- a/XMonad/Hooks/Minimize.hs +++ b/XMonad/Hooks/Minimize.hs @@ -9,7 +9,7 @@ -- Portability : not portable -- -- Handles window manager hints to minimize and restore windows. Use --- this with XMonad.Layout.Minimize. +-- this with "XMonad.Layout.Minimize". -- ----------------------------------------------------------------------------- |