diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-08 04:48:39 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-08 04:48:39 +0200 |
commit | 19ff5790397203544eb0c7f479a5337f59a6e547 (patch) | |
tree | 664ba83916d0b8d6f8f72ce051c099fa70602da7 | |
parent | fd701c618350f4ced715255272358205a90b86af (diff) | |
download | XMonadContrib-19ff5790397203544eb0c7f479a5337f59a6e547.tar.gz XMonadContrib-19ff5790397203544eb0c7f479a5337f59a6e547.tar.xz XMonadContrib-19ff5790397203544eb0c7f479a5337f59a6e547.zip |
Minor haddock formatting correction in L.Tabbed
Ignore-this: 8084aebbae198eda3d455ab541e94169
darcs-hash:20091008024839-1499c-fce138ae37117ca089531b37ecdb166247ed8c12.gz
-rw-r--r-- | XMonad/Layout/Tabbed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs index a5d66bb..5948119 100644 --- a/XMonad/Layout/Tabbed.hs +++ b/XMonad/Layout/Tabbed.hs @@ -59,7 +59,7 @@ import XMonad.Layout.Simplest ( Simplest(Simplest) ) -- -- The default Tabbar behaviour is to hide it when only one window is open -- on the workspace. To have it always shown, use one of the layouts or --- modifiers ending in "Always". +-- modifiers ending in @Always@. -- -- For more detailed instructions on editing the layoutHook see: -- |