From 9ba60f19520e4d5de848f74a1d2dc69258536eb0 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Thu, 8 Oct 2009 02:48:39 +0000 Subject: [PATCH] Minor haddock formatting correction in L.Tabbed --- XMonad/Layout/Tabbed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs index a5d66bbd..5948119a 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: --